In my game I have added this to a javascript, yet whilst moving around I can see the cursor flickering every now and again, what am I missing?
function Update () {
//hide the cursor (at the beginning of the game)
Screen.showCursor = false;
}
I am not savvy with programming when it comes to unity, so baby steps please. Thank you.