private void FixedUpdate()
 {
     UpdateTracker.AddUpdate(gameObject, UpdateTracker.UpdateType.FixedUpdate);
 }