cwi-dis / VR2Gather

Unity application framework for immersive social VR
MIT License
4 stars 6 forks source link

Position tracker file management #191

Closed KarolinaWylezek closed 1 month ago

KarolinaWylezek commented 1 month ago

While switching scenes the previous tracking file gets overwritten. It is a problem for people having more than one scene, as they cannot collect the tracking information for neither but the last scene. It would be good to add a timestamo to file name to prevent that. Adding name of scene would be also helpful for organization purposes. Note by Jack: look at how the stats output file is handled.

jackjansen commented 1 month ago

PositionTracker settings (including interval) are now overridable from config.json, and the output filename can include strings {scene} and {time} which will be replaced by the scene name and a datetimestamp.