Cannot assign Tracked Hand poses to Simulated Hand Data Provider
StephenHodgson opened this issue · 1 comments
StephenHodgson commented
XRTK - Mixed Reality Toolkit Bug Report
Describe the bug
Unable to assign tracked hand poses to the Simulated Hand Data provider profile
To Reproduce
- Create a new project
- Import the com.xrtk.core and com.xrtk.sdk packages
- Configure the xrtk
- See error:
Failed to register the SimulatedHandControllerDataProvider service: UnityEngine.MissingReferenceException - The variable data of HandControllerPoseProfile doesn't exist anymore.
- Select the
Assets\XRTK.Generated\SDK\Profiles\Input\DataProviders\HandControllers\Simulated\SimulatedHandControllerDataProviderProfile
asset in the project window - Scroll down and open the Simulated Hand Tracking Settings fold out
- Open the Tracked Poses foldout
- If the array has 0 elements, then add 5 to the size
- Observe the broken element list
Screenshots
Your Setup
- Unity Version 2019.4.15f1
- XRTK Versions:
- com.xrtk.core@0.2.0-preview.120
- com.xrtk.sdk@0.2.0-preview.23
- XRTK Commit SHA 10166a6
FejZa commented
It's so weird that I am not running into this issue and was never able to reproduce