Heatmap

Role: Tool Programmer

A heatmap tool for Unity — data is collected during gameplay and visualized directly inside the Unity Editor via custom Editor GUIs, backed by a MySQL database queried through PHP scripts.

The SHADER heatmap

Editor

Shader heatmap editor panel

Example

Shader heatmap visualization rotating
Editor that uses shader to visualize the data.

The CUBE heatmap

Editor

Cube heatmap editor panel

Example

Cube heatmap visualization rotating
Editor that renders event density as a 3D grid of coloured cubes. Each cube's colour and height represent the frequency of events at that position.

The PATH heatmap

Editor

Path heatmap editor panel

Example

Path heatmap visualization rotating
Editor that lets you select a specific player and session, then traces the exact route they took as a connected line through the level.

About the FILTERS

Player deaths normalized heatmap filter

Player deaths normalized.

Player deaths in first 30 seconds heatmap filter

Player deaths in the first 30 seconds.

Player deaths after 70 seconds heatmap filter

Player deaths after the 70 seconds.