PlyImporter
PlyImporter copied to clipboard
PLY (Polygon File Format) importer for Unity
Hi! I added PlyHeader without problem but when I add PlyHandler to my project I get the following error: Assets/PlyHandler.cs(129,60): error CS1061: 'byte[]' does not contain a definition for 'SubArray'...
export .ply is mentioned in the planned feature list so is it done or still in development.
As I tried this snippet, I found out the format support is very limited, as well as various bugs are present in the code. If it's still supported, here's the...
A little endian file failed to render using the importer. Fails with warning "Warning: Found a face with more than 4 vertices, skipping..." . Could you please help/suggest some ideas...