Skip to content
Jack Brookes edited this page Aug 22, 2020 ยท 7 revisions

When you import the UXF Package there are some example experiments available to you. You can find them in your Unity project: UXF/Examples/.

Example 1: Basic

This example has the most simple programming, but doesn't do much. It simply runs through some trials and outputs some information in the console.

Example 2: Advanced

This shows a more interactive experiment, where you use the cursor to move to a target. The experiment records the response and cursor movements of the participant.

Example 3: Multi Scene

More complex experiments will use more than one scene, switching to different environments. It can be tricky to maintain the experiment logic in these cases. This example shows how you might do this. More information about multi-scene experiments here.

Example 4: No UI

You can integrate UXF into your project without using UXF's UI. You might want to do this if your project requires a more complex UI or you want no UI at all (starts automatically). This example shows how to setup and start UXF using code, not the UI.

Full tutorial

There is a full VR experiment tutorial available here.

๐Ÿง  Core topics

โ“ More help


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

Unit tests

Clone this wiki locally