Search Unity

help to make a loding screen

Discussion in 'Scripting' started by thilinkalin, Apr 5, 2010.

  1. thilinkalin

    thilinkalin

    Joined:
    Mar 10, 2010
    Posts:
    14
    heey how do i make a loading screen ?? hope some one can help with that :p
     
  2. unifiedtone

    unifiedtone

    Joined:
    Apr 4, 2010
    Posts:
    4
    As i recall, everything is a scene. So basically you create a scene called something like "loadingscreen" and insert a background image as a GUI Texture. Make sure it covers the whole screen and the camera is set right.

    For a realtime loading bar, you will need Unity Pro as i recall.

    Please correct me if i'm wrong, i am not sure about this :)
     
  3. Mirek Uhlir

    Mirek Uhlir

    Joined:
    Dec 25, 2009
    Posts:
    124
    If you have Unity Pro you can use Application.LoadLevelAsync
    If you do not have Unity Pro I guess Application.isLoadingLevel can be a solution.
     
  4. ipad

    ipad

    Joined:
    Apr 4, 2010
    Posts:
    27
    try "LoadLevelAsync"