Hi,
I’m working on my game and I can’t figure out these problems. The UI from my Main Menu scene bleeds into the Game UI in the Game Scene. I don’t think I have anything code related that triggered this issue. In addition, the Game UI is bugged out for some reason, rendering two of the same text at once. I checked the hierarchy and it says it just rendering one.
It seeeeems like maybe you don’t have a background in your scene. If you don’t, try adding one. What may be happening is the camera is rendering nothing in the black areas of the screen, so old UI and text is never drawn over. If you add a background it will force the camera to draw over whatever it had previously rendered.