Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

unity c# move transform

transform.Translate(new Vector3(x, y, z)); //moves x units in the x axis, y in the y axis, and z in the z axis
 
PREVIOUS NEXT
Tagged: #unity #move #transform
ADD COMMENT
Topic
Name
1+5 =