Cursor help

I need the cursor to disappear when a level is started, but I need it to reappear when the pause menu is activated. Any suggestions?

try

//To hide

Screen.showCursor = false;

//To show

Screen.showCursor = true;