Hello,
I have problem with cursor and NGUI UICamera.
UICamera.cs rows 505-509
Cursor lockstate cause problem:
This cause my cursor jump middle of screen every time when I keep for example character movement button pressed down.
If I chance lockstate --> CursorLockMode.None, this will fix problem.
Might I do something or is there bug? I this "jumping cursor" known problem that can be fixed without touching NGUI code?
If I do my own "workaround" with lockstate will I broke something that I do not know?
Got Unity: 5.1.1 and latest NGUI