private void OnDisable() { UpdateManager.UnSubscribeFromUpdate(OnUpdate); }
private void OnEnable() { UpdateManager.SubscribeToUpdate(OnUpdate); }