issues
search
immersivecognition
/
unity-experiment-framework
UXF - Framework for creating human behaviour experiments in Unity
https://immersivecognition.github.io/unity-experiment-framework/
MIT License
221
stars
43
forks
source link
Improved trackers
#47
Closed
mwarb
closed
4 years ago
mwarb
commented
4 years ago
Fixes #2 Fixes #9 Fixes #45.
Trackers can update in LateUpdate, FixedUpdate or manually.
Throws an error if manually calling for a tracker to record while not in a trial.
Warnings if empty entries in tracked objects, and error thrown if duplicate Tracker.dataNames
Fixes #2 Fixes #9 Fixes #45.