Answers for "how to check bool from other script unity c#"

C#
14

unity c# get bool from another script

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

C# Answers by Framework

Browse Popular Code Answers by Language