# Quick start

## Requirements:

### ❗ [Odin inspector](https://assetstore.unity.com/packages/tools/utilities/odin-inspector-and-serializer-89041) asset required

### ❗ InputManager should be enabled

&#x20;   Use 'Input Manager (Old)' or 'Both'

<figure><img src="https://2580249083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtMR8cCnFq2WqljWgSgJA%2Fuploads%2FmSEAJECUfWqlj0coRPbk%2Fimage.png?alt=media&#x26;token=eba7892d-364d-4d24-ae3b-a03d9e8978e3" alt=""><figcaption><p>ProjectSettings/Player/Other Settings/Configuration</p></figcaption></figure>

## Import and play!

When you imported TIM.Console just enter Play mode and press `` ` `` to open the console

{% hint style="info" %}
if the Console is unavailable for interaction, most likely you just don't have an EventSystem in the scene. Then you just need to add an EventSystem or enable Console's EventSystem in the Editor window (described below how to do it)
{% endhint %}

## Editor Window

<figure><img src="https://2580249083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtMR8cCnFq2WqljWgSgJA%2Fuploads%2FcsEKW2WNQeiGFjkg016e%2Fimage.png?alt=media&#x26;token=4ffa1e5a-c771-4a36-a83c-f7f2af91d1d9" alt=""><figcaption><p>You can find editor window here</p></figcaption></figure>

<figure><img src="https://2580249083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtMR8cCnFq2WqljWgSgJA%2Fuploads%2FUbJ1V6lVnulUzF6yKP2I%2Fimage.png?alt=media&#x26;token=b3b85caa-2635-474a-9d54-c1ce34479ac4" alt=""><figcaption></figcaption></figure>

**Enabled** - if you disable console will not work

**EnabledInDevelopmentBuildOnly** - console will work in build only if you check 'Development build' in BuildSettings

**AudioEnabled** - disable if you don't want to have sounds of Console

**EventSystemEnabled** - check if you don't have EventSystem on scene

**ToggleKey** - keyboard button to open the Console

**MaxTitleLength** - Max length of log title

**MaxStacktraceLength** - Max length of stacktrace of log to save

## Stacktrace colors

<figure><img src="https://2580249083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtMR8cCnFq2WqljWgSgJA%2Fuploads%2FMUllPeCC9SFwmaKoSXQc%2Fimage.png?alt=media&#x26;token=f270672f-824e-4d5d-8daf-79f6dcde4306" alt=""><figcaption></figcaption></figure>

Here you can change the colors of stacktrace.

Every message has his own stacktrace. Here is what it looks like:

<figure><img src="https://2580249083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtMR8cCnFq2WqljWgSgJA%2Fuploads%2FHkWz9ywzWMgzwqik7ZEY%2Fimage.png?alt=media&#x26;token=0c15bb1a-5a99-47be-9cc3-5fb535e083ba" alt=""><figcaption></figcaption></figure>
