Answers for "unity get the position of an game object"

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 "unity get the position of an game object"

C# Answers by Framework

Browse Popular Code Answers by Language