- Install unity editor version
6000.0.63f1(LTS) - Download the Tobii game development API. This code was built and tested with version 9.0.4.26.
- You need to add
.net/Tobii.GameIntegration.Net.dlland all the.dlland.libfiles in thelibfolder to your project in theAssets/Tobii APIfolder.
You may need to download the drivers for the Tobii Eyetracker 5, and calibrate the tracker using the Tobii Experience app.
Documentation for each mini-game is provided under docs/, focusing on how to edit important values during play testing.
We use CSharpier to enforce code style on pull requests.
To help with formatting we have added a pre-commit configuration in .pre-commit-config.yaml.
In order to use the pre-commit you first need to install a version of .NET SDK (We've tested with 10.0.102, but other
versions may work).
We recommend using prek as an alternative to pre-commit. Run:
prek # to reformat staged files, or
prek run --all-files # at any time to fix all files.
Or with pre-commit:
pre-commit # to reformat staged files, or
pre-commit run --all-files # at any time to fix all files.
Optionally you can run pre-commit install or prek install to run these checks automatically on every commit.
Funded by Ménière’s & Vestibular UK.