Answers for "how to access the position of a game object unity"

C#
2

get position of gameobject unity

GameObject.FindGameObjectWithTag("Your_Tag_Here").transform.position;
Posted by: Guest on April-14-2020

Code answers related to "how to access the position of a game object unity"

C# Answers by Framework

Browse Popular Code Answers by Language