Skip to content

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.timeScale and resumes the game.
  • Sends the OnGameResumed system 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.