ganeshsar / UnityPythonMediaPipeAvatar

Creating a multi-threaded full body tracking solution supporting arbitrary humanoid avatars for Unity using Google Mediapipe Pose Python bindings.
MIT License
91 stars 20 forks source link

SetFromPath CalibrationData not found exception #11

Open Cr1mePenta opened 2 months ago

Cr1mePenta commented 2 months ago

Everytime I switch scenes the tracking breaks and i get a NullReferenceException: Object reference not set to an instance of an object CalibrationData.SetFromPath (System.String path, UnityEngine.Transform& target), even though i set it 2 mins before that. Is there a fix for this?