đ ī¸Editor
Miscellaneous editor tools

Toggle Timeflow Window Minimized
This toggles the visibility of the object and track views in the Timeflow window. This is the same as toggling the Minimize Window button in the upper right corner.

Debug Mark Line in Console
A simple command to insert a timestamped line in the console log. It's primarily used as a way to mark time, particularly when the console is verbose and difficult to track.
Use the keyboard shortcut Control + Shift + M to insert a line in the console log.
Disable Debug For All Objects
Use this to turn off debug for all scripts in the current scene. This is helpful if any debug logging has been enabled for Timeflow objects. That is anywhere the debug toggle is displayed.
Debugging is an advanced feature in Timeflow and not needed for typical use. To avoid logging being enabled for any scripts, it can be fully disabled globally in the Timeflow Preferences.
List Dependencies
This is a tool for inspecting asset dependencies. Use this command with any assets selected in the Project view to output to the console a list of other assets referenced by the selection.
Export/Import Shortcuts
Use these commands to save or restore your customized shortcuts for Timeflow to a CSV file.
Reset Shortcuts to Default
This reverts the Timeflow keyboard commands to the default mappings. Use this to clear any custom mappings and return to the Timeflow default keyboard commands.
Open Shortcuts Manager
Opens Unity's built-in shortcuts manager window. This is the same as opening from the menu Edit > Shortcuts...
Last updated