// This function spawns the Ions in the loading scene with the help of `IonSpawner.cs` private void SpawnIons() { IonSpawner IS = GameObject.Find("Ion Spawner").GetComponent <IonSpawner>(); IS.Setup(); IS.SpawnIntroIons(); }
private void Start() { main = this; }