public void TeardownAnimatorPlayback()
 {
     Object.Destroy(_anim.gameObject);
     _playback = null;
     _anim     = null;
 }