Basically in the current game I am developing when you run out of lives then you are presented with a death menu screen. When the death menu is presented I want the cursor to pop up so that you can click on the various buttons. I have tried everything to try and get it to work from Cursor.visible= true; and by disabling the rigid body fps controller. This is the same with the pause menu however since the keycode is escape the cursor appears with it.
Do you have any code that is doing Cursor.visible = false;?