Can't use material with shaders which need tangent geometry on terrain.

Hey there, I get this message when assigning a different material with a custom shader to my terrain, can anyone help!? Thanks

As the error says, your shader is trying to use tangents but the terrain mesh doesn’t have them. So either remove that requirement or use a custom mesh rather than the built-in terrain.