Skip to content
Jack Brookes edited this page Jan 15, 2019 ยท 18 revisions

UXF is available as a Unity package, which can be imported into any Unity project.

Get started with an example

  1. Import the latest UXF.unitypackage release to your existing Unity project.

  2. In Unity, go to Edit -> Player -> Other and change API Compatibility Level to .NET 2.0.

  3. Open an example scene.

  4. Press play, and use the UI to create a new participant list in an appropriate directory.

  5. Press start to begin the session.

Integration

The main thing you need to do to begin to integrate UXF into your project is to add the [UXF_Rig] prefab to your scene. Then you can begin integrating UXF into your code.

The diagram below shows how a user would typically integrate UXF into their experiment.

๐Ÿง  Core topics

โ“ More help


๐Ÿ‘ฉโ€๐Ÿ’ป Programming reference

Unit tests

Clone this wiki locally