I have the same code as the tutorial in DeathHandler/HandleDeath():
public void HandleDeath()
{
gameOverCanvas.enabled = true;
Time.timeScale = 0;
Cursor.lockState = CursorLockMode.None;
Cursor.visible = true;
But I can’t see the cursor after the players die. I can still shoot are pan around.