Answers for "unity c# get bool from another script"

C#
10

unity c# get bool from another script

GameObject.Find("NAMEOFOBJECTWITHCOMPONENT").GetComponent<NAMEOFSCRIPT>().NAMEOFBOOL
Posted by: Guest on March-22-2020

Code answers related to "unity c# get bool from another script"

C# Answers by Framework

Browse Popular Code Answers by Language