/// <summary>
 /// Sets associated animator's controller to the anim apporpriate for this char object.
 /// </summary>
 private void RefreshCharacterAnimator()
 {
     _animator.runtimeAnimatorController = AssetRefMethods.
                                           LoadBundleAssetCharacterAnimator(GetAppropriateCharId());
 }