I am using Unity 3D
I currently have my game set up so that there are 2 scenes, 1 scene is the Main Menu, and the other is the actual game. I have it set up so that once the “Play” button is pressed the Main Menu scene gets removed and the actual game gets set as the active scene.
The game I’m making is an RTS, and I’m setting up the building menu UI. For some reason the button to build things only works in the Main Menu, despite the Main Menu being a completely different scene. Once the actual game scene loads the button stops being interactable for some reason.
I have very little experience with Unity and C#, and this is a student project. I would greatly appreciate any help in trying to fix this. I have no idea what I’m doing wrong.