private void OnDisable()
 {
     BehaviourUpdateUtils.Deregister(this);
 }
 private void OnDestroy()
 {
     BehaviourUpdateUtils.Deregister(this);
 }
 private void OnEnable()
 {
     BehaviourUpdateUtils.RegisterForUpdate(this);
 }