Ejemplo n.º 1
0
 void OnCharacterCreated(UMAData obj)
 {
     heroAnimator = GetComponent <HeroAnimator> ();
     heroAnimator.OnAvatarCreated();
 }