Search Unity

LoadLevel always freezes scene?

Discussion in 'Editor & General Support' started by SupaPuerco, Jun 11, 2007.

  1. SupaPuerco

    SupaPuerco

    Joined:
    Aug 17, 2005
    Posts:
    48
    Hey there! I'm pretty new to Unity, so excuse me if this is stupid, but does Application.LoadLevel always freeze the action in a scene? I am trying to create a loader scene with a particle system in it and as soon as LoadLevel is called, the scene freezes. Also, the audio from the scene being loaded plays while the loader scene is still being displayed. Is there a way to smooth out the transition a little?
     
  2. drJones

    drJones

    Joined:
    Oct 19, 2005
    Posts:
    1,351
    i've tried the same thing myself with no luck - i ended up using the fade-load level script (from the FPS demo i think) but still any visuals or music will stutter.

    smooth/interactive transitions between levels have been requested before, i'd love to have them myself - don't know if its on OTEE's to do list though ; )