I’m using the Two Layer Terrain Shader from the UnifyWiki - unifycommunity.com
I’m generating the alpha map at runtime and require it to go diagonally across the terrain from the bottom left corner to the top right corner. Within the Inspector the alpha map of the material’s shader is being correctly generated.
However, when the material is applied to a Mesh (flat plane) the alpha map appears to tile across the mesh, creating diagonal stripes…
I’ve taken a look at the shader source but with no experience in Shader programming its not really obvious how I can adjust this?
Can anyone give any pointers?
Thanks!
Matt