PLY (Polygon File Format) importer for Unity. Feel free to open an issue if you found a .ply that does not work with this script, I'll happily make it work.
Put both .cs files into your project
Call GetVerticesAndTriangles in PlyHandler. This will give you at minimum a list of vertices and triangle indices, optionally a list of colors if vertex colors are present
- Support for Binary Little Endian formatting with vertex colors
- Support for Ascii formatting
- Support for Binary Big Endian
- Support for vertex colors for Ascii formatting
- PLY exporting