Dynamic meshes not visible on android (samsung galaxy s6)
Hi,
When i build and run my game on Samsung Galaxy s6 some of the dynamic meshes are not visible. It's a game about planting foliage and everything works except that the foliage meshes are invisible. Those prefabs are spawned in-game. In the editor meshes are working fine and also on Ipad. The problem only appears on the samsung galaxy s6.
Thanks for your help!
If no one knows the exact solution do you have any suggestion what I can try to find out what is wrong? Thanks!
Answer by frugoman · Dec 12, 2015 at 07:51 PM
I'll post this in threads that presents the same issues, cause i saw that there is a lot of them. In my case, it was the animator that was presenting some wired bug, that it makes my gameObject not showing in my android device... i checked with a simple boolean if the object, mesh renderer, children, parent, and they were all active, and not showing anyway... (I also checked that the position was correct, and it was..)
so i disable the animator from the object that wasnt showing and now i can see it... try it out. I hope that this helps someone, since i had no idea what to do when i run through this issue I'm, in Unity 5.3
Answer by Trusty · Jan 13, 2016 at 03:23 PM
Hey, same issue here ! And we are seeing our mesh again when animator is disable. Still no solution ?
Your answer
Follow this Question
Related Questions
Can't Figure Out How To Make A Line Tracking System 0 Answers
GameObjects don't show up on Android build 0 Answers
Game works on most computers but half the scene vanishes on one of them. 1 Answer
When I rotate my camera, the opposite object faces disappear 0 Answers
Blender meshes disappear from project after reopening 0 Answers