Releases: immersivecognition/unity-experiment-framework
Releases · immersivecognition/unity-experiment-framework
Jan 2020
Fix issue with accessing LastTrial
October 2019 v2
New feature allows users to preview the .json settings file in the UI, and a button to open the StreamingAssets path.
October 2019
Merge pull request #19 from immersivecognition/DevPika-trial-check-issue Dev pika trial check issue
July 2019 v2
Minor fixes (info bar, auto end on last trial)
July 2019
onSessionEnd
event now calls just before clearing the session - this means it can be used to perform some post-session analysis (e.g. to display a summary to the user)
Easily swap trial order with the new IList.Swap()
method
March 2019
- New settings access methods. See https://github.com/immersivecognition/unity-experiment-framework/wiki/Settings-system
- Fixed a bug with setting file caching
February 2019
- Compatibility with 2018.3
- CamelCase properties
- Minor tweaks
January 2019
1.6 cache settings and pplist
November 2018
Removed UnityEditor namespace requirement
October 2018 v2
Merge pull request #8 from jackbrookes/development Merged dev branch