Skip to content

Instantly share code, notes, and snippets.

@andrew-raphael-lukasik
andrew-raphael-lukasik / .ObjFileFormatVertexColorImporter.cs.md
Last active August 12, 2025 08:02
OBJ file format vertex color importer for Unity

(Unity) vertex color importer for MeshLab's OBJ files

Update note:

This toy code worked fine in the older Unity version but stopped working correctly in the newer ones. Something about the vertex data order. I suggest using different format - FBX for example.