I am trying to import .ply in to Unity 3D with vertex colors any way to accomplish this? I don't know how to convert .ply file to .obj, .dae or .fbx. As an example there should be a way to do .ply = .obj + .mtl Please help me
Asked
Active
Viewed 1.4k times
3
-
4you can import the .ply in Blender or MeshLab(free/opensource) and export an obj – George Profenza Nov 16 '13 at 16:16
-
There are also some nice [ply libraries](http://people.cs.kuleuven.be/~ares.lagae/libply/) that support obj conversion. (External to Unity) – Jerdak Nov 17 '13 at 16:27
1 Answers
1
There is a plugin on the asset store that does that: https://www.assetstore.unity3d.com/#/content/15428

oli
- 19
- 2