microsoft / MixedRealityToolkit-Unity

This repository is for the legacy Mixed Reality Toolkit (MRTK) v2. For the latest version of the MRTK please visit https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity
https://aka.ms/mrtkdocs
MIT License
6.02k stars 2.12k forks source link

Importing ColorPicker sample generates ConstraintManager warning #9821

Closed elbuhofantasma closed 3 years ago

elbuhofantasma commented 3 years ago

Describe the bug

When importing the ColorPicker sample from the Examples UPM package, a "Creating missing ConstraintManager componenent..." warning is generated for ObjectManipulator in Quad.

Screenshots

image

Your setup (please complete the following information)

Target platform (please complete the following information)

david-c-kline commented 3 years ago

I have a fix ready for this. It'll likely be part of a PR with at least one other import / asset load warning fix.

david-c-kline commented 3 years ago

Fixed with #9842