# Editor

<figure><img src="https://2067910529-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FC3dOuetlQfYgK5FPUKgn%2Fuploads%2FO6JSc8IgyVBPLu0JbRem%2Fimage.png?alt=media&#x26;token=825713f9-9a7c-47be-b363-6c6847471946" alt=""><figcaption></figcaption></figure>

## 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.

<figure><img src="https://2067910529-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FC3dOuetlQfYgK5FPUKgn%2Fuploads%2F3ByKVlYdDP4p6Yuk1Ctn%2Fimage.png?alt=media&#x26;token=51d87060-d7e4-4560-afc7-e9b02203744a" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Minimize the Timeflow window to speed up performance during playback.
{% endhint %}

## 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.

{% hint style="success" %}
Use the keyboard shortcut **Control + Shift + M** to insert a line in the console log.
{% endhint %}

## 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 ![](https://2067910529-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FC3dOuetlQfYgK5FPUKgn%2Fuploads%2F8APb9WRZUriebyAbtJ7j%2Fimage.png?alt=media\&token=eff30763-657e-49a6-8564-c80cc7d8810a) debug toggle is displayed.&#x20;

{% hint style="warning" %}
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](https://axongenesis.gitbook.io/timeflow/user-guide/menus-and-shortcuts/preferences).
{% endhint %}

## 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.&#x20;

{% hint style="info" %}
This only imports/exports shortcuts related to Timeflow and does not affect other shortcut mappings in Unity.
{% endhint %}

## 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...

## Enable/Disable Timeflow Pro

By default, the Timeflow menu is located under the Tools menu and has no icons.&#x20;

{% embed url="<https://youtu.be/R5Lfcg2vyCU>" %}

<figure><img src="https://2067910529-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FC3dOuetlQfYgK5FPUKgn%2Fuploads%2FEaeU9EutZawRVwzzgZGr%2Fimage.png?alt=media&#x26;token=439e417d-fdaa-41c7-8d16-bd71bbe31f48" alt=""><figcaption></figcaption></figure>

However, for a better experience you can enable Timeflow Pro mode which places Timeflow in the main menu bar and displays icons for all items.

<figure><img src="https://2067910529-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FC3dOuetlQfYgK5FPUKgn%2Fuploads%2Fo0b4Vv6TtCOMC0A5cioI%2Fimage.png?alt=media&#x26;token=74d773c7-e00e-408a-9a23-ff6edb1c2eb8" alt=""><figcaption></figcaption></figure>

When enabled, TIMEFLOW\_PRO is added to the Player Settings Scripting Define Symbols to enable the related editor code. This only affects the editor and has no effect on runtime or builds.

{% hint style="info" %}
Note that Timeflow Pro is not required and may be left disabled without affecting the functionality of Timeflow. This setting is merely for cosmetic appearance in the Unity editor.&#x20;
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://axongenesis.gitbook.io/timeflow/user-guide/menus-and-shortcuts/timeflow-menu/editor.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
