Exemple #1
0
 void Update()
 {
     if (planeController.GetHasPlaneFound() && !didSpawn)
     {
         // server spawns pieces and wall
         SpawnPieces();
         SpawnWall();
         //Spawnables();
         didSpawn = true;
     }
 }