I used kinect-fusion to color-scan my room.
Since Unity does not recognize ply files, I converted ply file to obj file.
However, the obj file does not show the color of a scanned object because obj file does not read vertex-color information.
So my question is…
Is there way to allow obj file to show its color (That means how I fix the problem about vertex color).
Or is there way to import ply files into Unity?
mholub
July 22, 2015, 4:23pm
2
Kinect fusion exports mesh with texture coordinates and texture as well.
mgear
July 22, 2015, 4:31pm
3
Previously had problems with .obj and vertex colors (from MeshLab), but .dae worked (didnt examine further why .obj didnt bring the vertex colors…)
I have a mesh that was created from a laser scanner and exported as a .obj the problem occurs when I import my mesh into Unity, there is no color. I was told to export the UV Map using my laser scanners software, but I am unsure how to add that and...
Reading time: 2 mins 🕑
Likes: 2 ❤
I think (not sure tho) Blender has importer for .ply. And since Unity loads .blend properly (textures and all) you could import .ply to Blender and then save .blend file into Assets folder and unity should do the rest.