So Im trying to load a scene but it wont show the scene manager type. It says
“The name ‘SceneManager’ does not exist in the current context”.
The SceneManager class lives in the UnityEngine.SceneManagement namespace. Have you included using UnityEngine.SceneManagement;
at the top of your script?
OK I was wondering if I had to do that. Ya no I didn’t have it up there. Thanks.