Hi again. I'm having an odd problem with some 3D UI that worked fine in versions prior to 3.0.6.
I've made videos to show the problem:
https://www.youtube.com/watch?v=9UqnYuJ_w_Y <- Shows how the NGUI meshes are culled far too early
https://www.youtube.com/watch?v=ou_stg8vjaY&feature=youtu.be <- Shows how the distance that meshes are culled at changes depending on where the meshes are in world-space.
My setup is something like this:
UnderWorld GUI Camera - Shows the rings around the outside of ships (not all of them, I'm in the process of transitioning them all over)
Main Camera
OverWorld GUI Camera - Shows the ship option hexes
It seems that in some areas of the world, the generated NGUI draw calls are seemingly culled when the camera gets too close. The camera's near clipping plane is set as low as possible (and this setup worked fine pre 3.0.6, so something has changed with NGUI to cause this).
Any ideas?