I was using this to get rid of the cursor for a top down game, but the cursor is only hidden for half the screen. If i put the aspect ratio to "Free Aspect" then the mouse is hidden for almost the entire screen, otherwise once i get to the middle of the screen the pointer shows up again. Am I doing something wrong?
Screen.showCursor = false;
↧