I couldn’t find a definition for vertex colors in .obj files.
Some exporters write additional lines per vertex, starting with ‘vc’. Wikipedia suggests to write 3 additional values at the end of each ‘v’ line.
I tried both but without success. I am sure I used a shader that would show vertex colors (it did on another mesh).
My question: Which format for vertex colors in .obj files actually gets read by Unity?