Ok this has been really getting uo my nose for a couple of days. trying to change to game scene from a main menu, using
Application.LoadLevel(sceneToChangeTo);
but I get an error saying that that line is obsolete and to use
SceneManager.LoadScene
but When I use that line it then tells me that it can’t be used in that context. some please help and elaborate a little more because I can’t find anything else that is current or useful to what I am trying to achieve.
PLEASE HELP BEFORE MY COMPUTER GETS THROWN OUT THE WINDOW, haha it’s been driving me mad especially since I realize it’s probably going to be really simple solution.
Cheers