Hi all,
I'm having a weird problem with my 2DUI. The 3D model in my game overlaps the UI when I get too close. The weird thing is that this problem stops if I add a 3DUI . I tried changing the depth of the seperate cameras, but if I put my main camera behind the 2DUI camera all of my UI dissapears. Also if I click on a button and there is a collider (with onmousedown) behind it, both the NGUI button and the gameObject collider get clicked. But the latter may be cause by another problem.
Also important I think the problems started after updating to NGUI 3.0, but I already once deleted all of my UI and started over with a fresh NGUI update, but the problem remains.
ps: I have the full version of NGUI.
thanks in advance