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
6k stars 2.12k forks source link

Environment Package shows up in Mixed Reality Feature Tool #11227

Closed Victor-x1 closed 1 year ago

Victor-x1 commented 1 year ago

This issue has been migrated a new MRTK repository, and the status of this issue will now be tracked at the following location:


mrtk3

The MRTK3 environment package was removed in pre12, but still shows up in the Mixed Reality Feature Tool under MRTK3. Maybe there should be a Warning in Project Validation to show that its depreciated, and should be removed from Project.

MRTK3 Pre12 Changelog We've removed the environment package. We recommend using Unity's built-in support for playspace boundary queries instead, as well as ARFoundation's ARMeshManager for scene reconstruction.

david-c-kline commented 1 year ago

i can deprecate the package on the feed. that will hide it from the MRFT UI by default (customers who need it can unhide deprecated packages in settings)

Victor-x1 commented 1 year ago

That's perfect! Thank you so much.

david-c-kline commented 1 year ago

Done :smile:

image