Skip to content

Heat Map Visualiser

Ciarán Malone edited this page Apr 11, 2022 · 4 revisions

Unity_3tnzpf6MGc

From the collected data the tool generates a 3D heatmap showing frequented events in areas specific areas. It draws a grid with the number of cells set by the developer. It then counts the events that happened within the bounds of each cell. The cells are then varied in colour depending on the magnitude of events that took place within their bounds.

The window is located from the taskbar Tools > Playtesting Tool > Visualisers > Heat Map

image

Controls Descriptions:

image

  • Choose Session Data:

    • A list of session data folders with progression data with position data and position data. Select the data you wish to visualise.
  • Choose Data for Heatmap:

    • options of events to draw a heatmap for.
    • generated from progression events as well as positional data.

Heatmap Settings:

  • threshold:
    • minimum amount of 3d Points needed to be drawn in the scene view
  • resolution:
    • the amount of cells in the heatmap grid on the specific axis.
  • Color:
    • the cell drawn will be a color between these two colors.
    • start color: 0 points in cell.
    • end color: max points in cell.
  • Draw Mesh:
    • draw a mesh grid to represent the cell.
  • Draw Solid:
    • draw solid cube to represent the cell.

Session Position Data Points:

These draw the exact points of the position data selected

Unity_iwgSxtltl3

  • icon size:
    • size of the point drawn on screen

Clone this wiki locally