The mouse pointer does not appear in the main menu

I created a game, and when you enter the main menu the mouse pointer appears but when I come back for another scene to the main menu the pointer does not appear, and also does not appear in the pause menu. please help me out!

Use this in a script.

function start(){
   Screen.ShowCursor = true;
}

This should show the cursor