Skip to content
Jack Brookes edited this page Sep 2, 2020 ยท 6 revisions

UXF Automatically Logs all Debug.Log calls within a Session to the session folder as log.csv. That means if you write Debug.Log("Something happened!") you will see Something happened! in the log.csv file in the session folder. This is handled by the Session Logger component. This can be used to log the time that events occur throughout the session but this is not recommended in most cases; recording timestamps as results in the data collection system is often preferable.

๐Ÿง  Core topics

โ“ More help


๐Ÿ‘ฉโ€๐Ÿ’ป Programming reference

Unit tests

Clone this wiki locally