Skip to content

johnahartman/UnityDataCollector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

FOVE Data Collector

A Unity behaviour class for collecting and saving out CSV gaze data during a simulation.

This behaviour implements a lightweight collector of FOVE eye gaze data which writes your data asynchronously to the disk so you can record large amounts of data while minimizing the impact to your simulation's performance. Data is written out to a CSV file.

Essentially, two of the most expensive tasks in computing are writing data to disk and turning numbers into strings. This behaviour saves the Unity logic and rendering thread by offloading both processes to a separate thread.

It also includes some customization for how many precision digits you need when storing your data, what file name you want, etc...

About

A Unity behaviour class for collecting and saving out CSV gaze data during a simulation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%