Answers for "how to get the position of my game object in 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 get the position of my game object in unity"

C# Answers by Framework

Browse Popular Code Answers by Language