Seems like a nice prototype, add some gun sounds, make it so the player can't move the camera when in the pause menu, and add a quit button to the main menu to close the application.
public void Quit()
{
Application.Quit();
}
call that function on btn press.