Skip to content

Commit 3e636b7

Browse files
committed
Added pathing
1 parent 26b8a47 commit 3e636b7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
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+
```

0 commit comments

Comments
 (0)