I am trying to make a simple button to transition between a title graphic and my game through a start button. The tutorials I have scene all require SceneManagement which does not appear in my system. I have no idea where to get it if I do not have it or what I am doing wrong. Any help would be great. I am also struggling to import the script each time I edit it.
It’s because you’ve got a semi-colon at the end of your “ButtonMoveScene”.
Thanks for the help! I fixed the semi-colon problem but the button still doesn’t result in a scene change. I’m now getting a message stating: “There are 2 audio listeners in the scene. Please ensure there is always exactly one audio listener in the scene.”
Edit: I believe the scene change issue may have something to do with my button not disappearing after being clicked and appearing on the next scene.
Well as it says you can only have one audio listener so you load and potentially have two cameras each with an audio listener. I would do a search on this subject, there’s a lot of info on it.