Has anyone ever had an android device hang on the splash screen? Even with the default Unity Splash screen (when you pick nothing) it hangs… if I hit the home button and then switch back in to the application it’ll work fine. every time its started, i have to switch out and then back in to continue.
I’m porting to a G-Tablet; i’ve tried a Unity game from a site and it didn’t have this problem on the device. Any ideas?
When I switch back in, the game has started and everything is working. Is there a way to disable the splash screen all together or possible manually adding a pause, unpause on start()?
Unity know about this issue and I believe they have an internal fix but have not released it in an update yet. I really hope they have a proper update to fix this soon as many Android devices sold these days use the Tegra2 chipset and I believe that is the common feature that the phones/tablets have that have this bug.
Heh, I just had the same problem. Remembered there was a topic about it so I came looking. Didn’t remember that it was for the exact same tablet I’m having the problem with.
Same problem here on the Xoom. Also noticed that OpenGL 2.0 fixes it.
Is OpenGL 2.0 running slower than 1.1 an issue with Unity, or just an issue with OpenGL in general? Is there anything, like using modified shaders or something, that will make performance better under 2.0? Our game is still playable with 2.0, but it is a bit disconcerting to see the framerate so low when it seems there is still so much to add!
Thanks for the answer, but if the problem has been fixed internally, is it possible to give us a small patch or fix, so we can launch our games for tablets ?