G'day forum, I'm having an issue creating an independent 3D UI with NGUI.
What I'm attempting to create is a computer with an NGUI interface; I've imported a 3D model of a computer monitor into the scene, which is rendered by the usual Unity camera, and I've created an NGUI 3D UI, but this as you know is rendered by another camera. If I move the main camera, the 3D computer screen is seen from the new location as with any other object in 3D space, but the NGUI 3D UI stays fixed to the center of the screen. What I'm hoping to achieve is 'fixing' the 3D UI to the computer screen, in 3D space. Is this possible, and if so, is there any chance somebody could point me in the right direction?
Cheers lads.