Global Time Tick Manager
Last updated
Last updated
This is a utility component designed specifically for Heat Maps in Easy Grid Builder Pro 2. It can be found in SoulGames > Utilities > Scripts and is attached to the Utility Managers child GameObject in the Game Managers Prefab.
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.