Answers for "disable script on unity"

C#
2

unity deactive code from code

public MonoBehaviour script;

void Start()
{
script.enabled = false;
}
Posted by: Guest on April-10-2020

Code answers related to "disable script on unity"

C# Answers by Framework

Browse Popular Code Answers by Language