Answers for "how to get the position of an object in unity as a vector32"

C#
1

unity how to set an objects postion x,y,z

transform.position = new Vector3(x, y, z);
Posted by: Guest on January-17-2020

Code answers related to "how to get the position of an object in unity as a vector32"

C# Answers by Framework

Browse Popular Code Answers by Language