Unity-Technologies / arfoundation-samples

Example content for Unity projects based on AR Foundation
Other
3.04k stars 1.14k forks source link

3D scanning using meshing / cloud of points? #1174

Open lNatxii opened 5 months ago

lNatxii commented 5 months ago

Hi.

In previous versions of the ‘UnityARKitPlugin’ plugin, which was later merged with ARFoundation, there was a scene to scan an object in 3D. I know you answered something very similar in this post:

https://github.com/Unity-Technologies/arfoundation-samples/issues/1050

I still think it's very useful to have an API or something similar that allows you to scan an object with ARKit inside Unity itself, otherwise it becomes a necessity to use third party applications.

I also tried to see if raw meshing data is enough, but it isn't compared with a 3D scan, because it has very low resolution. I saw cloud points, but I have no idea about how to connect them and how to save the textures of the cloud of points.

Thanks.