- Home /
C# making an optimized UI
Is it a good idea to make a UI that is made of textured sprites and is visible with a second superposed camera that only sees UI? Or maybe remove the system with 2 cameras and try to only use one camera, but still with only textured sprites? I love to have my interface layout in front of me when I work with it.
Answer by kmeboe · Sep 27, 2012 at 05:40 PM
I've been extremely happy with NGUI (available in the asset store). It uses the additional camera approach, and you can see and manipulate all of your UI elements during design time. It also has performance benefits (such as drawing much of the UI in a single draw call, depending on your layout).
Not everyone can afford to spend extra money, but I thought I would mention this alternative anyway.
Thanks alot! I'll sure look into it if I cannot find a way to optimize as much as NGUI by myself! And thanks to you, I now know I'm not completely in the wrong direction ;)
Your answer
Follow this Question
Related Questions
Sprite Alpha Performance 0 Answers
Best way of using sprites as text 0 Answers
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
How to snap UI element anchor relative to image sprite? 2 Answers