Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: CoderBear on April 20, 2013, 02:09:49 PM

Title: [SOLVED] Text not appearing on device
Post by: CoderBear on April 20, 2013, 02:09:49 PM
Ok this is weird.  When I run this one screen on the device it is not showing any of the text. (NGUI006)  But clearly it is showing up in the editor and when one on device via unity remote. (NGUI007 & 008)  Any ideas as to why this is happening?

Oh and before some gives the "I did something wrong" response.  This is the only screen it is occurring on.  I point you to another screen in the game also built in pure NGUI. (NGUI009)
Title: Re: Text not appearing on device
Post by: CoderBear on April 20, 2013, 02:13:53 PM
Stupid 1MB limit
Title: Re: Text not appearing on device
Post by: CoderBear on April 20, 2013, 02:14:29 PM
Dang 1MB limit
Title: Re: Text not appearing on device
Post by: CoderBear on April 20, 2013, 02:15:28 PM
This is getting ridiculous.  Now have 3 replies so people may not respond.
Title: Re: [UNRESOLVED] Text not appearing on device
Post by: Nicki on April 20, 2013, 05:58:04 PM
Put the label at -1 zposition.

My guess is that the label is a 0 and the widgets are at 0 as well. When they both are at the same position, the result is undefined - random. One way in editor, another on device. Put your labels at -1.
Title: Re: [UNRESOLVED] Text not appearing on device
Post by: CoderBear on April 20, 2013, 11:54:45 PM
Well I'll be danged.  That worked.  Though strange that the was the only page affected by it.

Now I only hope that my other questions can be answered as well.