Answers for "how to turn off or on objects in unity"

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 "how to turn off or on objects in unity"

C# Answers by Framework

Browse Popular Code Answers by Language