Skip to content

Releases: immersivecognition/unity-experiment-framework

UXF 2.3.1

27 Aug 16:21

Choose a tag to compare

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

UXF 2.3.0

27 Aug 12:46

Choose a tag to compare

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.2.6

26 Jul 10:43

Choose a tag to compare

AWS DynamoDB lazy loading fix

UXF 2.2.5

09 Jul 11:33

Choose a tag to compare

UXF rig can destroy itself if another instance exists

UXF 2.2.4

05 Jul 15:38

Choose a tag to compare

fix and test #79

UXF 2.2.3

30 Jun 10:35

Choose a tag to compare

webgl fixes #20

UXF 2.2.2

25 Jun 19:28

Choose a tag to compare

fix #78 and new tests

UXF 2.2.1

09 Jun 09:54

Choose a tag to compare

fix CSV building NullReferenceException

UXF 2.2.0

04 Jun 19:06

Choose a tag to compare

New HTTP POST data hander! Data can be sent to a web server as a POST request, and can handle it by saving it to disk.

UXF 2.1.5

19 May 09:23

Choose a tag to compare

  • UI fixes (#77)
  • trial.settings.GetObject("hello", defaultValue) will now properly cascade upwards before returning default value
  • session.settingsToLog will now properly work block/session level settings