Deaktivated Multiplayer but did not remove it

This commit is contained in:
Thorbjoern
2025-06-09 22:49:09 +02:00
parent b786aab1d2
commit 44e3ba0541
12 changed files with 13935 additions and 586 deletions
+4
View File
@@ -23,6 +23,10 @@ public class VRDebugger : MonoBehaviour
GhostRecorderBatch.OnRecord -= RecordingStart;
GhostRecorderBatch.OnStopRecord -= RecordingStop;
}
private void Start() // Nur für Offline Mode
{
GetTrackedObjects();
}
private void GetTrackedObjects()
{