Hello, everyone! I’m sure that this is an absurdly simple issue, but I cannot seem to find a solution for it here in the forums, on YouTube, through ChatGPT, etc. I appreciate any input or expertise that you can share! Thanks in advance.
Overview
I’m just getting acquainted with Unity and am experimenting with clicking buttons and updating text. My layout seems to be fairly simple; it’s a Canvas containing some TMP text and buttons, and a single Sprite, a green square.
In Scene Mode
My TMP buttons and TMP text is visible, as is the green square. Anytime I have the option to assign an [Order in Layer] or [Sort Order] in the inspector for these items, I leave it at the default 0.
In Game Mode
When I enter game mode, I see the following:
- My standard Blue background (set in the inspector for the ‘Main Camera’);
- My buttons and text
Issue
My green square is not visible in Game mode, despite being placed within the boundaries of (what I understand to be) the Canvas.