コード例 #1
0
ファイル: Enemy.cs プロジェクト: xexuxjy/UnityCatlikeCoding
 void Awake()
 {
     animator.Configure(
         model.GetChild(0).gameObject.AddComponent <Animator>(),
         animationConfig
         );
 }