Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: DevMan5000 on December 20, 2014, 03:05:38 PM
-
Hi, I must have done something stupid and messed up some settings. My game now shows NGUI twice. I believe its showing once in the UI camera and once in the main camera. I messed around with the size of the main camera so now it is slightly offset from the UI cam. The result is that I am seeing all NGUI elements twice (slightly offset from one another).
Any idea what I need to do to fix this? Something to do with culling settings on main cam?
thanks.
-
Typically you set all ngui items to be on a seperate layer, e.g. ngui.
Then set the main camera culling mask to exclude ngui and the ngui camera to only render ngui layer....