-
Notifications
You must be signed in to change notification settings - Fork 48
Examples
When you import the UXF Package there are some example experiments available to you. You can find them in your Unity project: UXF/Examples/
.
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.
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.
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.
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.
There is a full VR experiment tutorial available here.
๐ง Core topics
- ๐ Background
- โจ UXF 2.0
- โ๏ธ Compatibility
- ๐ถ๏ธ Oculus Quest Setup
- ๐ญ Concepts
- ๐ ๏ธ Get started
- ๐ Examples
- ๐ฅ๏ธ Built-in UI
- ๐ Session generation
- โฐ Events
- ๐ Data collection
- โ๏ธ Collect custom data
- ๐ Custom Data Handler
- ๐ Remote Data Collection
- ๐๏ธ WebGL DynamoDB setup
- ๐ Processing DynamoDB CSVs
- ๐ซ HTTP Post Setup
- ๐ง Settings system
- ๐๐ฝ Tracker system
- ๐ Logging system
โ ๏ธ Common issues- ๐ผ๏ธ Multi-scene experiments
- ๐บ Videos
- ๐จโ๐ Full written tutorial
- ๐ฆ Asset links
- ๐จโ๐ซ Unity tutorial links
- ๐ Useful code snippets
- ๐ก Programming ideas
- ๐งฎ Example R processing