#Bizzare issue with Reloading my Scene after a GameOver

1 messages · Page 1 of 1 (latest)

remote solar
#

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.

dense raft
#

Your class name is conflicting with the SceneManager class. Fully qualify it with UnityEngine or change your class name

remote solar
#

Ahh that makes sense, okay i'll try that.

#

That did the trick! tysm

dense raft
remote solar
#

Changing the name of the script seemed easier