thebluefish
I want to pause the game when the player goes into the pause menu. The UI should still be working, but physics and other updates should not.
I’ve played around with changing:
to:
and using SetPausedMinimized to toggle this. It works great in actually pausing the game without causing further issues, but the UI doesn’t update as a result. So before I go hack up the engine again, I want to make sure I’m not missing something huge.