MixedRealityToolkit / MixedRealityToolkit-Unity

This repository holds the third generation of the Mixed Reality Toolkit for Unity. The latest version of the MRTK can be found here.
BSD 3-Clause "New" or "Revised" License
374 stars 96 forks source link

Fix Warnings in Samples #42

Closed IssueSyncBot closed 1 year ago

IssueSyncBot commented 1 year ago

Original issue opened by:

@AMollis AMollis


Warnings appear on first opening the project: Image

And when running any sample scene: Image


ISSUE MIGRATION

Issue migrated from: https://github.com/microsoft/MixedRealityToolkit-Unity/issues/11764

IssueSyncBot commented 1 year ago

Original comment by:

@AMollis AMollis


The "EyeLEvelSceneOrigin" warning is a false positive on Editor. Fixing

The "InteractorBehaviorControls" warning is ignorable, but easy to fix by removing unused field in sample code. Fixing

The "ScrollablePanel" is a bug in the experimental "ScrollablePanel" prefab. Fixing