google-ar / arcore-unity-extensions

Google ARCore Extensions and Geospatial Creator for Unity's AR Foundation
Other
347 stars 97 forks source link

3D mesh recreation using depth API #67

Open D4N005H opened 2 years ago

D4N005H commented 2 years ago

Hello,

I would like to ask for a mesh-recreation feature like this for ARCore. Such a feature exists in ARKit for iPhone. For android, there isn't an affordable option yet.

IMAGE ALT TEXT HERE

Best.

P.S: I was unable to assign a "feature request" label to this "issue", sorry for the inconvenience.

boehm-e commented 2 years ago

Would really like this too

VincentMarnier commented 1 month ago

This is an old post but I am just commenting to show interest in this feature as well. You were already doing it with the previous SDK in the Depth Lab ( https://github.com/googlesamples/arcore-depth-lab/tree/arcore_unity_sdk/Assets/ARRealismDemos/ScreenSpaceDepthMesh ). How come such an amazing feature disappeared? :(

D4N005H commented 1 month ago

This is an old post but I am just commenting to show interest in this feature as well. You were already doing it with the previous SDK in the Depth Lab ( https://github.com/googlesamples/arcore-depth-lab/tree/arcore_unity_sdk/Assets/ARRealismDemos/ScreenSpaceDepthMesh ). How come such an amazing feature disappeared? :(

Use Niantic's Lightship AR with Unity for this case. I think this is the only reasonable option for now - at least since the old post, I wrote here till now.

VincentMarnier commented 1 month ago

I managed to do it without Lightship. I did not wanted to use it because it should soon be a paid service and I did not want to have a dependency just for Meshing on Android. Might post something tomorrow to share, but basically I just used https://github.com/googlesamples/arcore-depth-lab/tree/arcore_unity_sdk/Assets/ARRealismDemos/Collider

D4N005H commented 1 month ago

I managed to do it without Lightship. I did not wanted to use it because it should soon be a paid service and I did not want to have a dependency just for Meshing on Android. Might post something tomorrow to share, but basically I just used https://github.com/googlesamples/arcore-depth-lab/tree/arcore_unity_sdk/Assets/ARRealismDemos/Collider

That is great! Thanks for posting this.

VincentMarnier commented 1 month ago

For anyone browsing here, I made a demo repos based on arcore-depth-lab code. https://github.com/VincentMarnier/ARCore-Meshing-Demo

For the ARCore team, it would be awesome to have an ARMeshManager working with ARFoundation ! Source: https://docs.unity3d.com/Packages/com.unity.xr.arfoundation@5.1/manual/features/meshing.html