med-material / Whack_A_Mole_VR

Whack-A-Mole in VR
MIT License
3 stars 15 forks source link

Logging: Problems with LoggerNotifier and associated columns #190

Open bastianilso opened 2 years ago

bastianilso commented 2 years ago

If a variable changes, the change is permanent until the variable changes again. This causes some values to "flow over" into columns - it's not a problem for data analysis per se (those values can be discarded anyway), but it would be nice to clean this up. Expected behavior: image

Current behavior: image

The behavior might happen because I'm using the wrong constructor for LoggerNotifier, but as this is not an important issue, we can look into this later. This only applies to recent additions to our event logging (Pointer Hover Begin / End).