Answers for "unity disables script still runs"

1

disable script in unity

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

Browse Popular Code Answers by Language