Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: wongkh on January 06, 2015, 10:16:52 PM
-
Hi there....
I have some weird things on my project...
(http://i.imgur.com/ZxBe0x8.png)
From the picture can show that top view(Editor) got show the gameObject, but in the camera view, it does not show up...
What happen to this??
My gameObject layer is Neat...
UIRoot - UIPanel = 0
AllPage - UI Panel = 1
Other Page00x = UIPanel 2
So, I don't think is layering problem..
You got any idea what's is the problem here??
Btw, I not sure is unity editor problem or NGUI problem..
I move my gameObject from project A to project B by using prefab..
But I found that, and I have this problem as well..
Cannot move prefab to another project ???
Thanks for helping.... :D :D
-
It's always about layers. Check the layers of all your panels.
-
I don't think is my layer problem...
I'm quite sure I put the layer nicely...
if I copy, this problem occur...
But if I recreate new one with same layer (Panel and Widget), then no problem...
Because of i have almost 1k gameObject..
if i recreate all, I will have tons of things need to do like anchor, resize, fonts and all that...
So, it's hard for me to recreate all....
>_<
-
When you copy any widget somewhere, it will automatically change to the layer of whatever you copied it to. All widgets assume the layer of their parent panel.
Aside from that, make sure that the panel depths are set properly, and that everything is set to sort by depth (meaning panel render queue must be set to "Automatic").
-
okay..
I will try to check it...
Thanks...
:) :)