- Home /
NGUI and Minimap draw question
Hello,
I have a simple minimap implemented by using an ortographic camera. Also I have a tooltip impemented in NGUI. Sometimes the tooltip description text and label overlaps the minimap area on my screen, but the minimap is always in front, so it makes impossible to read the tooltip.
Is there a way to push the tooltip in front of the minimap ?
you need to add a NGUI Widget as render target (needs Unity pro) for your $$anonymous$$inimap camera view. That way the $$anonymous$$inimap is shown as part of the NGUI System. Now you can adjust the $$anonymous$$inimap and tooltip layer with the Depth System of NGUI.
I have PRO. How exactly I create this render target ? Any link you can point me too ?
Thanks for the info.
Answer by primus88 · Jul 25, 2013 at 02:35 PM
In case other people are looking to solve this particular problem, the solution is to change the draw level (the value that determines which camera is drawn first)of the GUI camera to 60.
it isnt necessarily 60 for everyone. The higher the depth, object will appear above an object with a lower depth
Your answer
Follow this Question
Related Questions
How to make minimap GUI stay put? 1 Answer
Distribute terrain in zones 3 Answers
In-game text editor, native or NGUI 2 Answers
Multiple Cars not working 1 Answer
RawImage to world 2 Answers