Skip to content
jackbrookes edited this page Sep 12, 2018 ยท 6 revisions

UXF Automatically Logs all Debug.Log calls within a Session to the session folder as log.csv. 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