đŸŽ›ī¸Editor Overrides

Enhanced editor capabilities

As an enhancement to Unity's built-in tools, Timeflow provides optional overrides to customize the tools for Timeflow.

Note that overrides are enabled by default, but may easily be disabled as described below.

Enable / Disable Overrides

There are 2 ways to access this setting.

  1. From the Inspector window...

Select 'Enable Timeflow Overrides' from the Transform component menu (three dots).
  1. Or in the Timeflow Preferences

Look for the Overrides section for a button to either enable or disable them.

Once the setting has been changed, this will cause scripts to recompile.

TIMEFLOW_OVERRIDES_DISABLED

If the overrides are disabled, it adds the scripting define symbol. This results in all overrides being disabled and the editors returning to their original state.

Last updated