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
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
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.