I am a beginner and started a little project to learn. In this project I have 12 buttons. Number 1 to 11 works fine but when I move number 12 the UI disappears in Game View…
I made a Youtube video because I think it’s way easier to understand.
Left side is the scene view, middle is the game view, right side is the Hierarchy. As you can see in the video, moving button 1 and 2 works fine but moving button 12 to some places makes the whole UI disappear
I made various test and I can finally move the button 12 for unknown reasons… But there is definitely an issue with the way my UI is displayed. In case it helps, here is the Inspector of my background that seems to be overlapping with the UI:
I made a new background image, replaced the old one and it solved the issue. I am not sure of the reason. Maybe because I had a 3D Material attached to a 2D background
Bumping this. I have the same exact issue but can’t figure out why. I have three buttons in the middle of my scene that I’m trying to move, but anytime I do, all of the buttons disappear. I’ve tried replacing the image as you said, but it doesn’t seem to fix it.
I moved all my UI elements under an empty game object and they “stopped” displaying. When I went to the individual images and buttons I found out that their scale was 0 on every axis, turned it back to 1 and they showed up.