Behaviour.enabledvar enabled : booleanDescriptionEnabled Behaviours are Updated, disabled Behaviours are not. This is shown as the small checkbox in the inspector of the behaviour.
JavaScript
GetComponent(PlayerScript).enabled = false; using UnityEngine; import UnityEngine |
