I have a number of different scenes, some of which contain UI elements. Though the UI in my main menu scene works (receives mouse input, basically), none of my other scenes seem to be able to receive mouse input.
This is especially confusing because, as far as I can tell, the two EventSystems are configured identically:
As are my two Canvas objects:
(The Sort Order is the only difference there, and I’ve tried changing that - plus, these particular canvases aren’t loaded at the same time)
UPDATE: After some experimentation, I have found that starting the end credits scene in isolation will make its buttons work. However, opening the end credits scene from anywhere else, even if the scene is open in isolation at the end of the process, still does not work. Does have multiple EventSystems in the scene at ANY time, break the EventSystems permanently?