Releases: immersivecognition/unity-experiment-framework
Releases · immersivecognition/unity-experiment-framework
October 2018
Added notes panel
New onCleanUp
C# event
September 2018
1.4.12 Added session debugger tool
August 2018 v5
Minor internal changes
August 2018 v4
Added end on quit option
August 2018 v3
- Updates the way the Session is ended. Now it is recommended to manually call
session.End()
. Then there is aonSessionEnd
event which will invoke after the session has safely ended. - Updated examples accordingly
August 2018 v2
- Added UnityEvent called when finished writing a file
- Added
[UXF_Core]
prefab for using UXF without the UI. - Added example for initialising the Session without the UI.
August 2018
1.4.8 Update README.md
June 2018
1.4.7 added tracker test and fixed race condition
June 2018
Fixed major settings selector bug in the UI
June 2018
Minor fixes