Answers for "unity can i use scripts from a disabled object"

1

disable script in unity

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

Code answers related to "unity can i use scripts from a disabled object"

Browse Popular Code Answers by Language