Answers for "how to disable a script after it runs in unity"

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 after it runs in unity"

Browse Popular Code Answers by Language