Answers for "how to disable a script from another script unity"

1

disable script in unity

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

how to turn off scrips in unity

this.enabled = false;
Posted by: Guest on August-07-2020

Code answers related to "how to disable a script from another script unity"

Browse Popular Code Answers by Language