Ejemplo n.º 1
0
 // Start is called before the first frame update
 void Awake()
 {
     GameManager.Instance.spawnPoints = spawnPoints;
     GameManager.Instance.AddPlayers();
     foreach (NavMeshSurface Surface in navmeshsurfaces)
     {
         Surface.BuildNavMesh();
     }
     MusicManager.Instance.ChangeMusic(levelMusic);
 }