Hello LeapMotion Community!
I was trying to make this simple testing scenario in Unity https://docs.ultraleap.com/unity-api/The-Examples/XR/hand-post-process.html#what-prefabs-were-used-to-build-the-example
Still very new to this so struggled pretty quickly as I still need to understand some of the basic principles, hence I need some help.
Set up my scene with example hands and the service provider, created the Example Script of the link above and dragged it onto the left hand. But then I get the following error:
Assets\ExamplePostProcessProvider.cs(17,67): error CS1061: 'Quaternion' does not contain a definition for 'ToQuarternion' and no accessible extension method 'ToQuarternion' accepting a first argument of type 'Quaternion' could be found (are you missing a using directive or an assembly reference?)
Guess I am missing something that is required here? Any help is appreciated, thank you!
Cheers, Lisa