Author Topic: Crash occurs in kitkat (under opengl 2.0)  (Read 49910 times)

4nn0y1ng_0r4ng3

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 0
  • Posts: 2
    • View Profile
Re: Crash occurs in kitkat (under opengl 2.0)
« Reply #45 on: September 18, 2014, 07:05:43 AM »
I have the same issue with Xiaomi Mi3W (Adreno 330)

I have all updated:

-Unity 4.5.4f1
-NGUI 3.7.2
-Android SDK

Where can I download NGUI 3.0.8f4 for try to downgrade?

Like Russel -> http://www.tasharen.com/forum/index.php?topic=8415.msg41357#msg41357

I need a solution because I can't have the game with this problem.

Thanks

EDIT -> SOLUTION:

You have to force the Graphics Level to OpenGL ES 2.0

File -> Build Settings -> Player Settings -> Other Settings -> Graphics Level to OpenGL ES 2.0



Now works :)
« Last Edit: September 19, 2014, 08:41:51 AM by 4nn0y1ng_0r4ng3 »

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Crash occurs in kitkat (under opengl 2.0)
« Reply #46 on: September 18, 2014, 03:41:49 PM »
The same code is still there. Line 406 of UIDrawCall.cs.

Unity fixed it in some version... 4.5.2 maybe? If it's back, then they re-introduced it as a regression bug. They tend to do that often. Help -> Report a Bug.

4nn0y1ng_0r4ng3

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 0
  • Posts: 2
    • View Profile
Re: Crash occurs in kitkat (under opengl 2.0)
« Reply #47 on: September 19, 2014, 08:42:47 AM »
I found a solution -> You have to force the Graphics Level to OpenGL ES 2.0