XRTK / com.xrtk.core

The Official Mixed Reality Framework for Unity
https://xrtk.io
MIT License
309 stars 34 forks source link

Unable to pick profile when configuring the XRTK #811

Closed StephenHodgson closed 3 years ago

StephenHodgson commented 3 years ago

XRTK - Mixed Reality Toolkit Bug Report

Describe the bug

When attempting to configure the XRTK and multiple configuration profiles exist, a popup window is shown with the list of available profiles to choose from. When selecting a profile, the window goes away, but the selected profile doesn't populate the MixedRealityToolkit component.

To Reproduce

  1. Open the XRTK-Core project @ 6f7335519257689e116df087dbaaef8a7078ae59
  2. Create a new scene
  3. Navigate to the Mixed Reality Toolkit/Configure... menu
  4. A dialog asking to set the new active scene should present itself, press Yes
  5. The file picker to save the scene should show up, name and save the scene
  6. A new dialog should pop up explaining that multiple profiles were found. Press OK
  7. The object window picker should then show up with the default mixed reality toolkit configuration profile and the demo profile for the examples project.
  8. Select any of the profiles
  9. The picker will go away, but the selected profile does not populate in the Mixed Reality Toolkit GameObject in the scene.

Expected behavior

Choosing a profile should set it as the active profile for the service locator

Actual behavior

No active profile is selected

Your Setup

StephenHodgson commented 3 years ago

https://github.com/XRTK/XRTK-Core/pull/791 seems to be the cause