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

MRTK3 Spatial Awareness #191

Closed IssueSyncBot closed 1 year ago

IssueSyncBot commented 1 year ago

Original issue opened by:

@WVandergrift WVandergrift


Is there documentation available for enabling spatial awareness on MRTK3?

Existing doc link

MRTK2 Spatial Awareness Documentation


ISSUE MIGRATION

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

IssueSyncBot commented 1 year ago

Original comment by:

@Zee2 Zee2


Hey there @WVandergrift . "Spatial Awareness" functionality is now 100% covered by the built-in Unity ARFoundation APIs.

For scene reconstruction (i.e., meshing), see the ARMeshManager API.

For scene understanding, i.e., planefinding, see the plane detection API

That same page should have information on spatial anchors and other features that used to be offered through MRTK "Spatial Awareness".

Cheers :)

Edit: and apologies, I can't close the issue, as the MRTK team is no longer employed by Microsoft and has no admin permissions 🙃

IssueSyncBot commented 1 year ago

Original comment by:

@WVandergrift WVandergrift


Thanks for the detailed info @Zee2! Closing the issue.