So, I don't know why but my code is giving me problems saying that SceneManager does not contain a definition for LoadScene which makes no sense. It also says SceneManager does not contain a definition for GetActiveScene. I'm using the SceneManagement namespace, i´ve checked my code and I don't see any obvious issues. I am very confused, and would appreciate help.
#Bizzare issue with Reloading my Scene after a GameOver
1 messages · Page 1 of 1 (latest)
Your class name is conflicting with the SceneManager class. Fully qualify it with UnityEngine or change your class name
which approach did you take? and no problem
Changing the name of the script seemed easier