How do I pause the game's timer but allow the player to move?
I'm making a 2D maze game, with a strong focus on time based mechanics. One of the mechanics that I want to implement is a power up that pauses the countdown timer but still lets the player move around while the timer is paused. I have already added a pause menu that sets the timescale to 0. Is there a way to set the timescale to 0, but exclude the player when that happens? Also I want to set that power up to a timer, so that it will only affect the game for a few seconds. Thank you.
Your answer
Follow this Question
Related Questions
How to use time, when timeScale is 0? 2 Answers
Getting Error: 'Time' does not contain a definition for 'timeScale' 0 Answers
Problem setting Time.timeScale to 1 after being set to 0 0 Answers
What exactly is affected by time scale ? 0 Answers
Time Based Scoring - 2D Endless Runner ,Time based scoring system 0 Answers