Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Example Scene in examples uses the wrong rig name, which causes duplication with latest XRTK #52

Open
SimonDarksideJ opened this issue Jan 31, 2022 · 0 comments
Labels
Bug Something isn't working

Comments

@SimonDarksideJ
Copy link
Contributor

SimonDarksideJ commented Jan 31, 2022

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

  1. Create a new XRTK app using core / sdk
  2. Import Examples in to project
  3. Open "BaseScene"
  4. Check rig (Observe called MixedRealityPlayspace)
  5. Touch XRTK config
  6. 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.
@SimonDarksideJ SimonDarksideJ added the Bug Something isn't working label Jan 31, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant