Answers for "unity how to disable a script on an object"

C#
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

Code answers related to "unity how to disable a script on an object"

C# Answers by Framework

Browse Popular Code Answers by Language