Answers for "unity set position script"

C#
15

unity set position

// To set the position of a gameobject use the following
GameObject.transform.position = new Vector3(x, y, z);
Posted by: Guest on February-22-2020
0

unity set position

transform.position = new Vector3(0.067f,1.52f,-0.37f);
Posted by: Guest on March-14-2022

C# Answers by Framework

Browse Popular Code Answers by Language