Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: linjie on April 19, 2017, 05:43:08 AM

Title: Can't see UIPanel on game view
Post by: linjie on April 19, 2017, 05:43:08 AM
I can see my UIPanel's content in Scene view, in Camera Preview, but it didn't show in the game view. Why?
Title: Re: Can't see UIPanel on game view
Post by: linjie on April 19, 2017, 05:46:50 AM
It's work well on Unity 5.5, when I update to Unity 5.6 I get that problem.
Title: Re: Can't see UIPanel on game view
Post by: ArenMook on April 22, 2017, 11:28:55 AM
Can't say I've seen this issue before, but you should turn off MSAA and culling on the UI camera (they aren't needed). Also, how comoe you have two backgrounds? I don't see the progress bar in your scene view either... what's the order in which your cameras get drawn? Your UI camera is on layer 0, meaning your game camera needs to be at -1 or lower.