- Home /
changing white screen on scene switch (iOS)
Hello,
I'm working on iPhone/iPad and I'm running into this issue where every time I change scenes, there is around a 1-2s lag where it hangs on a white/grey filled screen before switching to the new scene.
I'd like to either get rid of this or change it to a darker color, any suggestions (And thanks for the help)?
Answer by darthbator · May 29, 2013 at 11:15 PM
What you can do is "fade out" of a level and then have the fade object not destroy on screen load. Then when the new level loads it's behind the "curtain" and you just fade out the alpha or deactivate the "curtain" in the new scene revealing your loaded scene.
Your answer
Follow this Question
Related Questions
Can't run ANYTHING on iOS. No error messages! 0 Answers
2D Sprite moving outside screen edges (side bumpers) 0 Answers
Changing iOS screen brightness setting? 2 Answers
Black screen while running in iOS 4 Answers
Detect Orientation change at runtime? 0 Answers