Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

unity set position

// To set the position of a gameobject use the following
GameObject.transform.position = new Vector3(x, y, z);
 
PREVIOUS NEXT
Tagged: #unity #set #position
ADD COMMENT
Topic
Name
1+7 =