Game is being played on three monitors [Help]

The block breakers is extending the y position across all three monitors i only want to test it on one screen how do i configure this.

Could you elaborate on your setup and the problem you are seeing?

float mousePosInBlocks = Input.mousePosition.x / (Screen.width / 3);
^ this line of code is my issue so i added “/ 3” i have three monitors
the game paddle moves from one edge of the game window the the edge of my monitor and i would like it to stay within the 800 * 600 zone

Have you tried clamping it to keep within the 800 width?

Privacy & Terms