Answers community: You’re Awesome!
I’ve searched the answers and haven’t found it after trying many things. (Will list them.)
I’ve completed my current game, and have built it successfully in Web Player. Now, I need to make an Android version. All is going well, but I notice that the ground texture in both the Editor and on the phone (S2) are both showing a very blurry/stretched texture, which looks it’s a 128x128 texture stretched into a 5000x5000 size (no details are visible, and i looks almost like shades of the same color…) I know! I’ll post two comparison screenshots!
[25971-screenshot+(41).png|25971]
This (Above) is what the editor looks like and the build on the phone too. (Yes, I can turn off the Open GL 2.0 emulation, and the editor looks fine, but on the phone, it’s still looks like the above…)
This (Below) is what it looks like (in the editor) and I’m hoping it to display like in the android phone build.
[25972-screenshot+(42).png|25972]
I’ve tested the camera for rendering path (vertex lit or forward, or “Use Player Settings”, and none of these settings change anything on the ground texture. Also checked player settings, and tried both vertex lit & forward as the Rendering Path setting there, but to no avail.
I’ve noticed that the textures for objects, like trees, fences, etc are mostly looking normal… but the ground is not right…
Also I’ve checked the Terrain Settings (Clicked Terrain and then on the * at the far right-hand side. Here, under the “Base Terrain” settings, I have a Material option and it’s set to: None (Material) (Not sure if something should be there, so I clicked on it, and cycled through every option available, but the terrain detail didn’t change. (Yes, it changed colors and the skewed details were visible when choosing options like leaves and foliage, but that didn’t do the trick…)
I did see a posting about checking whether some shader has replaced the terrain’s default shader, but I cannot find where to locate the terrain’s default shaders… There are some shaders which are included in my build (According to the log) (related to a supposedly unused (in this build) snow shader plugin) which I’m wondering are related, but am still trying to check this out.
Thanks for any hints, or (hopefully) experience which someone can provide to point me in the right direction. I simply want to have a clear terrain texture on my android build if possible. Your time is much appreciated!