Search Unity

loading screen

Discussion in 'Android' started by polyphobia3d, Dec 21, 2010.

  1. polyphobia3d

    polyphobia3d

    Joined:
    Nov 7, 2010
    Posts:
    13
    hi everyone,

    is there a way to create a unity loading bar on android just like it is on the webinterface? its pretty hard to tell how far it is in the loading process or if it just crashed or whats going on at all with just the unity logo beeing shown.

    thanks in advance
     
  2. PolyMad

    PolyMad

    Joined:
    Mar 19, 2009
    Posts:
    2,350
    Interested in this as well :)
     
  3. eriQue

    eriQue

    Unity Technologies

    Joined:
    May 25, 2010
    Posts:
    595
    IIRC the way people handle that on iOS is to have a small 'loader' scene being the first scene to be loaded. From that you can display anything you like while loading the first 'real' scene.
     
  4. tmsoagency2

    tmsoagency2

    Joined:
    Nov 8, 2023
    Posts:
    2
    If I remember correctly, the typical approach on iOS is to create a small 'loader' scene as the initial scene to load. With this setup, you have the flexibility to display any desired content while the first 'actual' scene is loading.