top of page

TOSHICHAN
Unityでスクリプト&簡単な実装サイト
オブジェクトの位置変更(3D)
float X = 29;
float Y = 29;
float Z = 29;
transform.position = new Vector3 (X,Y,Z);
bottom of page
float X = 29;
float Y = 29;
float Z = 29;
transform.position = new Vector3 (X,Y,Z);