Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Amazon Fire HD 7 - Some textured (NGUI) render as white boxes SOMETIMES

Discussion in 'Android' started by scritchy, Jun 4, 2015.

  1. scritchy

    scritchy

    Joined:
    Dec 30, 2010
    Posts:
    94
    I'm totally stumped.
    It's ONLY on the fire HD 7, the other Fire devices we have all are fine. But after playing a few levels in our game, suddenly in some circumstances, some NGUI sprites will wind up rendering as white or grey boxes. But ONLY in certain situations. Like a particular few images are on screen and the HUD will start screwing up.. If I navigate away from those, the textures start rendering normally again on the HUD. I don't get it.

    It's a bit older of a version of NGUI.

    any ideas ?
     
  2. mbowen89

    mbowen89

    Joined:
    Jan 21, 2013
    Posts:
    639
    Maybe it's something to do with the shader being run on the PowerVR G6200?
     
  3. Meltdown

    Meltdown

    Joined:
    Oct 13, 2010
    Posts:
    5,816
    Try playing with your Camera clear flags settings, to see if that resolves the issue. I've had some strange UI issues on Android with Camera Clear Flags.

    Also check OpenGL is set to automatic.

    It might also be a memory issue on the device, I've seen UI issues appear in some really weird cases, and this came down to simply a lack of memory, so make sure you profile the memory usage on the device itself.