This is such a frustrating problem. I have tried almost every solution I could find on the web to resolve it but to no avail. My terrain is shiny/reflective and I can’t seem to get rid of it.
Here’s what I tried:
1.Set the alpha source of texture to none.
2.Set specular to black
3.Tried creating new URP->Terrain->Lit material
4.Tried different textures
5.Tried adding normal map
Update :
Turns out the problem was the texture itself. I took a screenshot of the texture and imported it, and it worked without any glossiness. Not sure what causes the original file (downloaded from ambientCG) to have that issue.
Well, I’m having the same problem. My texture is fine. I tried reimporting as jpg and tiff and nothing, in android I get a spot like if it was specular on all my terrain.
Hey guys, I had the same problem and my way to fix was changing the texture format to “RGB Compressed ETC”, I am not sure if was the Alpha or the ASTC format that was causing it, but it worked changing it for me.
It is a known bug and worked on already. It’s a bug in the shader that treats alpha as shininess. If you change it to RGB or whatever removes the alpha, the bug is gone but you lose the advantage of ASTC compression in mobile.
Hey guys, changing the texture format to “RGB Compressed ETC” worked for me, wondering should i do this for normal map as well, any help is appreciated
The bug is with whatever texture format that includes Alpha, so RGBA, ASTC, any of those will trigger the bug. If you use RGB compression it works fine. Obviously, it is a horrible solution because you lose the advantage of all the compression formats