I want to pause my game using Time.timeScale and I don’t want it to affect a particular object which is going to be the pause menu.
I want to pause my game using Time.timeScale and I don’t want it to affect a particular object which is going to be the pause menu.
You can use unscaledDeltaTime for that object.