Answers for "find location of gameobject unity"

C#
6

find location of gameobject unity

GameObject.Find("Your_Name_Here").transform.position;
Posted by: Guest on August-04-2020

Code answers related to "find location of gameobject unity"

C# Answers by Framework

Browse Popular Code Answers by Language