- Home /
Detail texture and mesh for grass and bushes not rendering correctly on device
I'm trying to paint detail textures and meshes on my unity terrain, and they appear fine in the editor.
However, when I deploy to iPad, they either don't appear at all (in the case of textures), or they appear with black instead of transparency (in the case of meshes), and the textures look very low res.
I've tried both 'grass' and 'vertex lit' options. When I select 'vertex lit', the meshes look incorrect in the editor as well, as they do when I deploy to iPad. I think this is because they are formed of just 12 triangles, with 24 vertices, so aren't built for vertex lighting.
I'm using a standard shader. I've tried playing with different shaders but the results are the same. If I select any mobile shader, the meshes look incorrect in the editor, as they do when deployed.
Textures actually appear if I un-tick billboards, however they then have black where there should be transparency, and again, look very bad.
I've been trying to upload screenshots, but I keep getting a parsing error. Have tried both Chrome and Safari and a range of image extensions. And can't seem to add image links either(??). So descriptions will hopefully suffice. Any idea what I'm doing wrong? Many thanks.
Answer by digicub · Feb 26, 2016 at 08:19 PM
The problem was because the texture was not included in the correct asset bundle.
Your answer
Follow this Question
Related Questions
Plant grass or tree with an image 0 Answers
Terrain brush not matching with cursor. 1 Answer
Camera flickers near terrain grass/detail on Mobile 0 Answers
grass paints in circles on terrain 2 Answers
Using foliage brush on static meshes 0 Answers