# Global Time Tick Manager

This is a utility component designed specifically for **Heat Maps** in **Easy Grid Builder Pro 2.** It can be found in <mark style="color:purple;">**SoulGames > Utilities > Scripts**</mark> and is attached to the **Utility Managers** child GameObject in the **Game Managers Prefab**.

<figure><img src="https://2651556506-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeumhICLT4oHoEIEssOjB%2Fuploads%2FH1MugARUXnKsPZJ4BBcW%2Fimage.png?alt=media&#x26;token=233bd545-833a-4ba0-a544-e9006b9433db" alt=""><figcaption></figcaption></figure>

***

## <mark style="color:green;">Example Use case</mark>

This utility component is designed to manage global time ticks at regular intervals in **Easy Grid Builder Pro 2**. It emits a tick event that other systems can subscribe to, allowing for consistent time-based operations across various components. It runs a global tick every **0.1 seconds** and notifies all subscribed systems via the `OnGlobalTimeTickManagerTick` event.
