I'd like to have my GUI elements (like the 'Play' button) animate and once finished trigger a load level.
Is my best option just to play the animation and then call Application.LoadLevel() or does anyone have any good ideas maybe Async loading the level while it's animating maybe?
I'm not exactly sure the best way to do it but still have quick loads.