Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Peter Rady on June 22, 2014, 11:17:55 AM

Title: NGUI on Android Lenovo Tap crashes
Post 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
Title: Re: NGUI on Android Lenovo Tap crashes
Post by: ArenMook on June 22, 2014, 11:24:39 PM
Turn off multi-threaded rendering. It's a well known fact that it's a bugged Unity feature.
Title: Re: NGUI on Android Lenovo Tap crashes
Post by: Peter Rady on June 24, 2014, 03:03:20 AM
Turn off multi-threaded rendering. It's a well known fact that it's a bugged Unity feature.

Thanks man. It works fine now