Unity Experiment Framework Versions Save

UXF - Framework for creating human behaviour experiments in Unity

2.4.3

2 years ago

2.4.2

2 years ago

What's Changed

Full Changelog: https://github.com/immersivecognition/unity-experiment-framework/compare/2.4.1...2.4.2

2.4.1

2 years ago

What's Changed

  • fixes for editor helpers in unity 2021
  • fix for tracker editors serialisation
  • new saveData property, set to false if you do not want to save data for certain trials, blocks, or sessions

Full Changelog: https://github.com/immersivecognition/unity-experiment-framework/compare/2.3.6...2.4.1

2.3.6

2 years ago
  • Fix unity 2020 event editor errors
  • Force EN-US locale by default, to allow CSVs to save with comma separators. This can be changed in the FileSaver Data Handler inspector.

2.3.5

2 years ago
  • 2021 editor fixes
  • CSV builder can now update SettingsToLog

2.3.4

2 years ago

Add Oculus Quest/Android native file saving support thanks to @A-Ivan and @thefirstfloor (#85).

See article here for setup. https://github.com/immersivecognition/unity-experiment-framework/wiki/Oculus-Quest-Setup

2.3.3

2 years ago

Data stored locally are now sorted info fewer folders. Fix #81.

2.3.1

2 years ago

UXF 2.3.0 Added methods to build UXFDataTable from CSV file, and build session settings from UXFDataTable. Combined in a new Script: CSVExperimentBuilder allows you to specify a trial list with settings with a CSV file.

UXF 2.3.1 Fixes blank entries in CSV

2.3.0

2 years ago

Added methods to build UXFDataTable from CSV file, and build session settings from UXFDataTable. Combined in a new Script: CSVExperimentBuilder allows you to specify a trial list with settings with a CSV file.