I have a plugin that works on the new gui's canvas ( i can draw stuff on it in runtime ) and i want to place it in the middle of the screen in a certain panel.
At the moment, the new gui's canvas is below the NGUI's widgets, so they hide it, and i want it to be above them.
I'm trying to use the camera depth to move the new canvas forward ( to be above ngui's widgets ) and each time i do so, it just cause all the ngui's widgets to disappear ( or maybe become realllly small, because i see like a tiny box in the middle of the screen).
The new gui's canvas using it's own camera, and as far as i know it doesn't supposed to be a problem.
Is there a way to do it?