Esempio n. 1
0
 void Awake()
 {
     animator.Configure(
         model.GetChild(0).gameObject.AddComponent <Animator>(),
         animationConfig
         );
 }