function Start(){
yield WaitForSeconds(1);
Application.LoadLevel("mainMenuSceneName");
}
Something along those lines should do it, depending on when you want it to start waiting from (that'll start waiting as soon as the logo scene opens) :)
↧