Pause Menu

1. Create an empty Game Object called "Pause Menu" and parent it to your canvas.

2. Create a UI > Button object called "Resume" and parent it to the Pause Menu Object

3. Copy this Resume object two times and name the copies "Restart" and "Quit"

Create this PauseMenu script and attach it to your Pause Menu Object.