using UnityEngine; public class SpawnTest : MonoBehaviour { void Awake() { SelectionOptions.Instance.SpawnPlayers(); } }