Hello guys, I am having a problem and it is really getting on my nerves.
Whenever I build the project and use a resolution which has an aspect ratio different from mine the canvas looks pretty much the same, but the pointer is offset, so to click a button I need to keep my mouse cursor slightly to the right or left or above it or whatever.
It works fine if the game resolution is the same as the OS screen resolution, or if I run the game windowed.
I’ve tried using the canvas scaler, aspect ratio fitter and tried anchoring the buttons correctly, but the result is still the same. I’ve also tried starting a new project with just a canvas and two buttons or even changing the canvas render mode and the camera projection, but to no avail.
Am I doing something wrong?