Stats System

Component that handles the score, combo, etc for the game play.

Overview

This handles score, combo, max combo, missed, and different levels of note hit.

The threshold is calculated in world space, comparing to the difference between the Track’s LineArea and the note triggered position.

It's also connected to each individual UI object via different UnityEvent.

Last updated