Answers for "unity how to call an bool from another script"

C#
14

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 how to call an bool from another script"

C# Answers by Framework

Browse Popular Code Answers by Language