Answers for "unity get the component transform"

C#
3

how to get the transform of an object in unity

Transform YourGameObjectsTransfrom = YourGameObject.transform;
Posted by: Guest on October-30-2020
-1

unity getcomponent transform.position

GameObject.FindGameObjectWithTag("Your_Tag_Here").transform.position;
Posted by: Guest on February-13-2021

C# Answers by Framework

Browse Popular Code Answers by Language