コード例 #1
0
ファイル: UnitSpawn.cs プロジェクト: VelluVu/Vellings
 // Update is called once per frame
 void Update()
 {
     if (UnitControl.FindObjectOfType <UnitControl>().unitsSpawned)
     {
         spawnAnim.SetBool("spawnNow", false);
     }
 }