Exemplo n.º 1
0
 /// <summary>
 /// Let the avatar walk out of the screen.
 /// </summary>
 public void WalkAway()
 {
     _animatorManager.SetApplyRootMotionAnimator(false);
     _animatorManager.PlayAnimator("OutOfScreen");
     _animatorManager.SetBoolAnimator("walk_away_toggle", true);
 }