hi guys i have a script in my game the hides my mouse cursor but when i change to a new scene after this scene my mouse cursor is still gone
its not a static var so i thought it shouldnt carry over scene ive tryed if statement but nothing seem to stop it
anyone got any ideas
function Update ()
{
Screen.showCursor = false;
}
this is attached to an empty game object in my main game scene