Answers for "How to disable a script in unity though C#"

1

disable script in unity

GameObject.Find("Cube").GetComponent<MoveObject>().enabled = false;
Posted by: Guest on April-21-2021

Code answers related to "How to disable a script in unity though C#"

Browse Popular Code Answers by Language