Author Topic: Ui Render Issues when coming back to menu scene  (Read 2794 times)

huevoquilmes

  • Newbie
  • *
  • Thank You
  • -Given: 2
  • -Receive: 0
  • Posts: 10
    • View Profile
Ui Render Issues when coming back to menu scene
« on: March 31, 2015, 12:19:10 PM »
I have a game, that follows this flow: SplashScreen -> Menu -> Level1 -> Menu

The first time the menu is opened, everything is fine:



After I come back from the game (I checked, and the same amount of objects are on the scene both times), this is what I get:



NOTE: This is on ios devices, both ipod touch & ipad. I'm using Unity 5.0 & NGUI 3.8
« Last Edit: March 31, 2015, 12:24:43 PM by huevoquilmes »

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Ui Render Issues when coming back to menu scene
« Reply #1 on: April 01, 2015, 11:20:27 PM »
NGUI simply renders a mesh referencing a texture. In your case it looks like the texture has been discarded by Unity. Sounds like it's something you should report to them as a bug. Check to see if it works in Unity 4 first though.