Resume Game
Remove a game pause request.
What It Does
- Removes a pause request from the Pause System.
- If this was the final active pause request, PlayMaker restores
Time.timeScaleand resumes the game. - Sends the
OnGameResumedsystem event when the game returns to running.
When To Use It
Use this action when the same system that paused the game is ready to release its pause request.