Button only working on bottom half?

Hi, I’m having a strange issue. This button works only on the bottom half.
image
I am very confused because every other button works fine in my game, but for some reason this one doesn’t. Is this a playcanvas bug or is it my fault?

Hmmm… The issue is also on the Play button on the bottom part of the button. Could be something wrong with the worldToScreen function with an orthographic camera :thinking:

I managed to fix it.
Since I made the root folder display everything larger, the camera was smaller than the screen. So I just made the camera slightly larger and it works now :slight_smile:

1 Like