Sync UnityTime to Juicy Actions Clock
v1.0
To get all Unity.Time calls working in sync with Juicy Actions Clock, find the JuicyActionsSettings object and toggle on "Sync Unity Time Scale".

At runtime, this will automatically keep the Unity.Time timescale value in sync with hte JuicyActionsClock timescale value, and will also affect physics. This is a very quick way to ensure your code automatically works with Juicy Actions Clock.
The JuicyActionsClockSettings class can be used at runtime to set the timescale of the clock, via UI or any other classes calling the methods. You can of course update that with your own methods, if you'd like!

Last updated