I have a quad, a normal-mapped balloon. It's drawn on screen using the (orthographic) game camera. If I add an NGUI UI (create UI, no content), the balloon is not drawn by the game camera and is drawn by NGUI's camera. Whether 2D or 3D, the quad is only drawn by the UI camera. This is with NGUI 3.0.9 and 3.5.3.
I am also unable to Ctrl-X cut the balloon object once NGUI UI is added. And removing NGUI, deleting the NGUI UI GameObject and the NGUI folder, the balloon remains drawn by the now-deleted NGUI camera.
How is that even possible??