Menu that stays the whole game

I want to make a menu that stays the whole game.

Something like this:

Is it possible to do? How?

Can I do it with images?

Thanks :slight_smile:

You could make this with the GUI system, attach the script to an empty game object and make it persistent with DontDestroyOnLoad - this would keep the menu alive through the whole game.