I am needing a terrain that is generated in an infinite runner style. I want the ground to be grass for this particular level. So it’s not a typical heightmap or terrain generation, rather I am spawning in x amount of blocks every so often. I can not figure out how to get a grass texture on a block correctly. I have tried putting various textures on a block, but it causes it to flicker in and out whenever the camera gets close. I am not sure what I am doing incorrectly. Any suggestions or locations to get a grass block assets (like a minecraft grass block or something)?
It’s probably because the material you’re using is ‘masked’, you might be better off using a grass ground material, because that is supposed to be solid.
Left here is a ground mat, right is a masked material ( the shadows flicker ):