FAQs & Common Problems

v1.0

My actions aren't running, even though they are correctly set up.

Check the "Time" settings in the top right of the Action Executor window in the Inspector. If your TimeScale is 0, and you need an Action Executor to run, you have two options.

First, you can change this value to Unscaled. This will use the default Time.UnscaledDeltaTime which is not affected by any time scaling.

Or, enable "Execute When Paused". If TimeScale is 0, this will still execute, though the actions will be based on the Time settings you have selected. Actions which are not time based will execute.

Note the JuicyActionsSettings object may have the default time scale set to 0.

This is useful for UI actions, and is used in the "Start" buttons in the demo scenes.

Last updated

Was this helpful?