public void StartSplash(UnityAction onSplashEnd) { this.onSplashEnded += onSplashEnd; if (testMode) { EndSplash(); return; } splashScreen.Appear(); }