Screen.lockCursor does NOT center anymore???!?

The title says it all, has anyone tried it, for some weird reason it is in the right side, left side, or even the top… BUT it is at a locked position, so if its on the top left, it stays on the top left, anyone know how to fix this problem so it is always in the middle? :face_with_spiral_eyes:

or any way to forcefully move it to the middle?

Note: I want to use webplayer in the future

I tested it… mine was sent to the center.

Maybe something is interfering that is in your code?

no, i only have 1 thing in my code and that is…

function Start(){
	Screen.lockCursor = true;
}
[CODE]

That’s weird. Maybe it has something to do with your version. Is it really necessary for it to be in the middle if the cursor is still locked?

yes, i reinstalled unity, and still nothing… think i can have any work around? i was thinking of a camera raycast, not sure if it is 100% middle, and how reliable it could be