Skip to content

Commit ae19d4f

Browse files
authored
Merge pull request #1 from HIVE-ResearchGroup/documentation
Documentation
2 parents 26b8a47 + 2096193 commit ae19d4f

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@ See: https://docs.unity3d.com/Manual/upm-ui-giturl.html
66

77
## Logging of tracking data
88
The LogTrackingData.cs and TrackingDataLogger.cs classes can be used to make records of the movement of study participants. The LogTrackingData is a manager class that must be set in the scene. Via TrackingDataLogger the recording can then be triggered easily and statically.
9+
10+
Path is currently hardcoded to:
11+
```c#
12+
public static string filePathPrefix = "C:\\_tracking_data\\";
13+
```

testproject.meta

-8
This file was deleted.

0 commit comments

Comments
 (0)