Skip to content
Jack Brookes edited this page Oct 31, 2020 ยท 18 revisions

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

If you are brand new to Unity - UXF won't make much sense. Try completing at least the Roll-a-ball tutorial first.

Get started with an example

  1. Read over this Wiki and the paper to understand UXF

  2. Import the latest UXF.unitypackage release to your existing Unity project by dragging the file into your Unity project.

  3. The UXF Setup Wizard will launch (or via the top menu: UXF > UXF Wizard) - Use it to fix .NET compatibility issues.

  4. Open an example scene.

  5. Press play, and use the UI to enter any details.

  6. 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. Get started by reading some of the articles in the sidebar.

๐Ÿง  Core topics

โ“ More help


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

Unit tests

Clone this wiki locally