Answers for "how to disable an object i 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 disable an object i unity"

C# Answers by Framework

Browse Popular Code Answers by Language