This repository was archived by the owner on Aug 11, 2024. It is now read-only.

Description
XRTK - Mixed Reality Toolkit Bug Report
Describe the bug
If you add the examples to a clean project using the latest XRTK, when the Example "Base Scene" is loaded it causes the Camera Rig to be regenerated, which gets mixed results.
The Rig should be updated to the latest for conformity.
To Reproduce
- Create a new XRTK app using core / sdk
- Import Examples in to project
- Open "BaseScene"
- Check rig (Observe called MixedRealityPlayspace)
- Touch XRTK config
- Check scene
Expected behavior
The rig should already be using the latest rig and not cause error
Actual behavior
Different things happen at different times, but either:
- The rig is duplicated and two rigs are present, old and new
- Rig is deleted
- Rig is renamed but errors occur
- (occasionally) it works as expected.