Does anyone know if there is a shader that blends the first UV set with the second UV set based on the alpha value in the vertices and also stores the color RGB in the vertices? I have been looking for something like this for some time for my terrains. Thanks for any help.
If you want to have that work with real-time lighting, it’s a very simple surface shader to write.
OK actually I dont need it to work with real time lighting.