Unity terrain system uses a splat map for blending, not vertex color. Splat map is a RGBA texture, each channel controls one tiled texture (grass, or rock, or dirt, etc.). You could also use a splat map on your own mesh-based terrain. However you will need a custom shader to do this. Shader Forge is a great way to make…