Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: Aaddiction on March 10, 2014, 03:39:12 PM
-
Hello, I'm using TimeScale action to pause the game. However, I want an object and all of it components and actions not to be affected by the TimeScale. The object should be active and running. How could I do that? Thank you in advance.
-
The timescale affects the entire game so you would have to override it at each individual action/script. (use Real Time in the actions)
As far as I know theres not really a simple way to do it. Here's some relevant reading on Unity Answers (http://answers.unity3d.com/questions/50640/decreasing-timescale-for-a-single-object.html).
-
Thank you for the answer.