![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | JayH |
Hi,
I’ve seen a few tutorials on how to create a pause menu for games, one of the simple solutions is to have a toggle overlay menu which is a Singleton/Autoloaded.
Here’s a couple of links:
How to make Pause Menu in under 5 minutes
This is a simple method to create a Pause menu that is accessable everywhere, however there’s one place I can think of that you might not want one is on the Main manu screen. Can you disable the Autoload/Singleton for one scene?
Or should I find a different method to do a Pause menu?