in UltraFrogRoyale/Assets/MainMenuController.cs [12:19]
void Start()
{
// For a headless server, immediately load the game scene
if (SystemInfo.graphicsDeviceType == UnityEngine.Rendering.GraphicsDeviceType.Null)
{
StartCoroutine(LoadGameScene());
}
}