My Terrain Shaders won´t Load

So i have been working for a time in this project and on this terrain and sudenly when i painted it a bigg part of the teraid stoped to load the textures/shaders and i have tryed to reload them but still the gray boxes.

What to do to fix this problem?

Make sure that you dont use more than 16 textures in your material -> Terrain Painting is not compiling all the shaders leaving a grey terrain tile - Programming & Scripting - Unreal Engine Forums :slight_smile:
or Landscape Grey Sectors While Painting - Feedback for Unreal Engine team - Unreal Engine Forums

i do not have more then 16 this is how it looks

Are your samplers set to shared wrap? It is possible you are still going over the limit due to other samplers (for instance lightmaps), but it may not show the error in the preview window since the layer weights will not show up on the preview mesh, and the landscape material compiles out unused layers. So it is likely showing you only a single compiled layer of the material in that preview. Often you can have too many layers and the problem only shows up once you actually paint all the layers onto the same section of terrain. If you complete erase a layer from a section, the layer is compiled out.

So i found out as u said that the samplers was not put on shared wrap! Thank you so much for the help!

2 Likes

This helped me a lot. Thanks for the post and fix.