Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: dant on March 01, 2014, 03:31:28 PM

Title: UI not showing on Surface RT
Post by: dant on March 01, 2014, 03:31:28 PM
Hi. I'm making a game for the Windows Store using NGUI. The buttons work fine on my PC, Laptop and phone but not on my Surface RT. On the Surface RT they are not visible and I can't figure out why. Any ideas of why this may be? The buttons on the intro scene work fine but in the game scene they are not there.
Thanks.
Title: Re: UI not showing on Surface RT
Post by: ArenMook on March 01, 2014, 09:01:03 PM
Is your NGUI up to date?
Title: Re: UI not showing on Surface RT
Post by: dant on March 02, 2014, 02:56:25 PM
It is up to date. Thanks.
Title: Re: UI not showing on Surface RT
Post by: ArenMook on March 02, 2014, 09:11:15 PM
If nothing shows up then it's generally an issue of using textures that are too large for the target device. For example using a 4096x4096 atlas on most mobile devices. Check the texture sizes you're using.
Title: Re: UI not showing on Surface RT
Post by: dant on March 03, 2014, 11:47:09 PM
Yep, I think that was the issue. My atlas had grown quite large. Worked fine on Win Phone 8 but I guess Win RT needs it to be smaller.
Thanks for the help!