I have been trying to change the scene after a certain by using yield waitforseconds, and application load level to get the job done. But it gives this error " It is not possible to invoke an expression of type 'int'.
function Start () {
Application.loadedLevel ("Main Menu");
yield WaitForSeconds (5);
}
↧