Answers for "get position in unity by c#"

C#
2

get position of gameobject unity

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

C# Answers by Framework

Browse Popular Code Answers by Language