Answers for "how to disable scripts for an asset in unity c3"

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 "how to disable scripts for an asset in unity c3"

C# Answers by Framework

Browse Popular Code Answers by Language