Is there a way to make the Script of the Player Movement ignore the TimeScale?
I want to be able to move the player even with the timeScale is set to 0!
Yeah, don’t use Time.deltaTime. Use another member of the Time class instead, like .realTimeSinceStartup or something.
Thanks! Worked now ![]()