Author Topic: UISprite does not show on some Samsung devices  (Read 4399 times)

mkhouri

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 1
    • View Profile
UISprite does not show on some Samsung devices
« on: August 18, 2014, 03:26:00 PM »
Hi,

I'm facing an issue that I can duplicate only on Android and Samsung devices.
I have a menu placed in a UIPanel that clips the area.
A UIScrollview that holds a UIGrid with 8 icons in each.
UIAtlas firstly was defined 1024x2048, then 2048x2048, the issue mentioned below is the same in both cases.
It works perfectly on iOS devices, and in several Android devices, we detected issues on Samsung Galaxy S4 and S5 devices, Galaxy Note,
the UISprites used for the icons and backgound are not shown, and seems like white transparent placeholders.
UIAtlas uses Unlit/Transparent Colored, that seems has some issue with clip on android devices, if I chage to Unlit/Transparent, the icons are show on the devices, but does not clip and also raises errors that the shadder does not have clip function.

Currently I'm using NGUI 3.5.5 and Unity 4.5.1f3.

Please can you provide me some guidance on solve this issue?

Thanks!

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UISprite does not show on some Samsung devices
« Reply #1 on: August 19, 2014, 10:53:14 AM »
Target GLES 2 instead of GLES 3.