Answers for "unity turn off script on different gameobject"

2

unity deactive code from code

public MonoBehaviour script;

void Start()
{
script.enabled = false;
}
Posted by: Guest on April-10-2020
0

how to turn off scrips in unity

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

Code answers related to "unity turn off script on different gameobject"

Browse Popular Code Answers by Language