Answers for "how to detect an objects position unity"

C#
0

unity how to check object position

if (transform.position.x == 0)
            {
                print("hi");
            }
Posted by: Guest on February-04-2020

Code answers related to "how to detect an objects position unity"

C# Answers by Framework

Browse Popular Code Answers by Language