Hello!
I have a basic UI Start Screen, that transitions to a second scene when start is clicked.
However, whenever I do this, the UI from the first scene is still showing up in the game view. It appears to be frozen, and the old canvas no longer exists… Whenever I change the aspect ratio in the Game view, the issue is fixed, and the old UI elements disappear properly… This issue does NOT appear in the Scene view, just the game view.
Not sure what the issue is here… I have tried re-building the scenes themselves, but hasn’t worked. It seems like there is some kind of “repaint” that is missing on the scene transition, perhaps? I usually don’t have issues with this sort of thing.