Categories
How to transfer an object from a unit to a specific coordinate y in c#?
For example, I need the "OnClickShopButton" object to move to 3 along the Y axis after clicking on the button
Answer the question
In order to leave comments, you need to log in
gameobject.transform.position += new Vector3(0, 3, 0);
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question