I’ve been making a simple arcade game and I have a start screen with a Start Game button and Choose Level button, my issue is when I click play (i have it set to maximize on play) the buttons appear in the right place, however when I use the unity web player, o!r I don’t maximize on play, the buttons are not in the right place. I’m thinking they’re either off screen or not appearing for some reason. Thanks in advance for the help I’m pretty new to Unity!
Btw, this is what i used to make the buttons in my scene.
I tried that and played around with it unfortunately I couldn’t get it to work. But I managed to find a way to auto resize then buttons to the screen resolution. Little bit more code but it works! Thanks for the input. Here’s what I got,