Hi,
I’m experiencing an issue where standalone build (OSX) in windowed mode only gets correct mouse input when the window is exactly at the center of the screen. Lets say i have some buttons, when i build my game the window spawns at the center of the screen and i can interact with them just right, but when i move the window the game acts as if i didn’t move it.
i have a grid made of buttons, they use basic hover functionality.
here is how it looks when window is at the center of the screen.
It works as expected.
and here is how it looks after moving the window a little left.
looks like mouse position used by unity is relative to the screen? If this is the case ,is there a way to make it relative to the window instead?
everything works fine when in fullscreen but it’s still a very big problem when you want to make a casual game that you can play in a small window like for example minesweeper. Plz send help
sorry for my english btw. ^^