Blender to Unity Question

Hey guys. I was wondering if I use vertex paint in blender to “colorize” my model will that show up in Unity?

If you use a shader that uses vertex colors, yes.

–Eric

And… How would I do that?

You need a special shader, something like this one I think:

Create a new shader in unity and paste the above into it. Then select this shader for the material on your object.