Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started 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)
-
Stupid 1MB limit
-
Dang 1MB limit
-
This is getting ridiculous. Now have 3 replies so people may not respond.
-
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.
-
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.