Search Unity

Application.isShowingSplashScreen issue

Discussion in 'iOS and tvOS' started by sysameca, Mar 26, 2016.

  1. sysameca

    sysameca

    Joined:
    Mar 2, 2013
    Posts:
    99
    This is my GameManager script:


    Code (CSharp):
    1. private IEnumerator Start()
    2. {
    3. // Scene remains black
    4. while (Application.isShowingSplashScreen)
    5. yield return null;
    6.  
    7. introScreen.Invoke();
    8. }
    So my intro screen does not get invoked and the scene remains black. Am i doing something wrong? Unity 5.3.4f1 on iOS
     
  2. samizzo

    samizzo

    Joined:
    Sep 7, 2011
    Posts:
    487
    Did you ever get this working? I'm seeing the same behaviour in 5.4.3f1 but only when I disable the Unity splash screen.
     
  3. Vaidas_B

    Vaidas_B

    Unity Technologies

    Joined:
    Jun 17, 2016
    Posts:
    18