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

Can you add the Spatial awareness support to Android and iOS #10084

Closed ajinkya446 closed 3 years ago

ajinkya446 commented 3 years ago

Actual Problem

Spatial Awareness not supported in Android and iOS devices for detecting the spatial mesh in real world through device camera.

Solution need to add

Can you add the support in Android and iOS device for scanning spatial mesh.

Platform

Unity Editor: 2019.4.22f Android OS: Android 11 iOS OS: iPhone 6s(13)

Zee2 commented 3 years ago

Unfortunately, ARKit/ARCore do not support meshing/scene reconstruction at this time.

When ARKit/ARCore provide meshing support through ARFoundation, we will support it. @keveleigh we don't currently have any plans to support meshing on Android separate from ARFoundation, do we?

keveleigh commented 3 years ago

Correct, we don't. We could add support for planes in the meantime though, as both ARKit and ARCore, as well as HL2 on OpenXR, support that.

Zee2 commented 3 years ago

Sounds good. Closing this, but we can track the addition of new scene reconstruction and scene understanding features on mobile platforms in a different work item.