immersivecognition / unity-experiment-framework

UXF - Framework for creating human behaviour experiments in Unity
https://immersivecognition.github.io/unity-experiment-framework/
MIT License
214 stars 41 forks source link

Is there a way to change the start and end time to Unix Timestamps? #145

Closed rmib200 closed 1 year ago

rmib200 commented 1 year ago

I was wondering if there is a way to change the value on the start and end time from seconds to Unix timestamps. So instead of having ms since the task started we could have Unix float time. image Thanks in advance for any help!

jackbrookes commented 1 year ago

No, but you can very easily add a new result with your timestamp, and save it to the trial results on start and end by hooking it into the session events.

rmib200 commented 1 year ago

Worked like a charm. Thanks! image