Hi! First time doing anything with UI in Unity and I am running into a problem. As you can see from the attached screenshot, my UI text label is visible in scene view but not in game view. I’ve tried to search for an answer, and it seems like I’m not the first one to have this problem, but thus far I haven’t been able to find a solution. I thought I was close when I found a similar thread in this forum dealing with same problem with a world space canvas, but mine is a screen space canvas. I’m not sure if that makes a difference, but any help is appreciated. Thanks!
Kept playing around with it since posting and found out that I didn’t set the pane distance of the canvas to at least the near clipping plane of the camera. I had a feeling it would be something simple like that, but none of the potential fixes I found addressed that.