I am not able to run the actual Unity 3D samples.
The standard C+ samples work.
After opening the Unity scene I see following errors:
Assets\NuitrackSDK\Tutorials\Motion Capture\FinalAssets\Scripts\ExperimentalRecorder.cs(4,32): error CS0234: The type or namespace name ‘Animations’ does not exist in the namespace ‘UnityEditor.Experimental’ (are you missing an assembly reference?)
Assets\NuitrackSDK\Tutorials\Motion Capture\FinalAssets\Scripts\ExperimentalRecorder.cs(8,5): error CS0246: The type or namespace name ‘GameObjectRecorder’ could not be found (are you missing a using directive or an assembly reference?)
No idea what to do …
Previous Unity sample distribution was working OK …