Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: Peter Rady on June 22, 2014, 11:17:55 AM
-
Good Evening Developers.
I built my first unity game on android platform, Sure i am using NGUI for GUI :)
But when i run my game on lenovo 7 inch tablet. It is a shock, GUI appears for just few seconds and then some gui elements disappear, font bitmap shows up as shadow and application crash, unlucky me.
Everything works great on PC and in unity editor.
Note. When i exclude gui from my game. it run perfectly on the tablet.
I appreciate any help.
Thanks
-
Turn off multi-threaded rendering. It's a well known fact that it's a bugged Unity feature.
-
Turn off multi-threaded rendering. It's a well known fact that it's a bugged Unity feature.
Thanks man. It works fine now