My UI/Canvas completely disappears when I build and run my game on Windows and I have no idea how to troubleshoot this. Where do I start?
I’ve googled other issues and none seem to apply to my project. It’s just one simple scene.
Edit: If I select “Screen space - Overlay” for my canvas I DO see buttons that hover over my main ground area in my game. However, any buttons hanging off to the side in gray space are missing. Any idea why this is?
Same with any resolution. No scripts dealing with the UI itself, just buttons that call functions. I just got the rest of my buttons to work by moving them above my playing field with “Screen space - Overlay” set. This isn’t going to work long.