Answers for "How to deactivate a script unity"

2

how to deactivate objects through scripts in unity

public GameObject Name = GameObject.Find("Name");

Name.enabled = true;
Posted by: Guest on April-30-2020
0

how to turn off scrips in unity

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

Code answers related to "How to deactivate a script unity"

Browse Popular Code Answers by Language