Good Day all!
I need a bit of help with something that's probably not very hard and I assume I'm just doing/missing something dumb...but I tried to link a new scene with my old scene (I changed my hot-spot exit from the tutorial) it just changes to a black screen with some of the previous scenes text on it.
I've tried to find a solution on here but nothing I've read seems to help. As you can see from the pics my console gives a warning that I don't have a 'constant ID' script attached, but when I tried to apply one it doesn't change anything except it stopped giving me that warning. Any help would be greatly appreciated. Thanks in advance.
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
The "Constant ID" warning is unrelated - it's to do with the save-system and can be ignored for the moment.
There may be other messages being displayed, however - you can open up the Console window to list all that are being printed.
Both of your scenes (BaseScene and Forest_Scene) will need to be added to Unity's Build Settings for them to be switched to - is this the case?
At the point the issue occurs, pause the game, and have a look at both the Hierarchy and the Scene windows - check the the Forest_Scene hierarchy is present, and also check where the MainCamera is pointing.
Ah ok apologies I thought it needed to be added to the AC 'Scene' settings and couldn't figure out where/how to do that. Thank you very much, adding it to the build settings has sorted and it's working now.