Hey!
New to NGUI but getting there. I have a question regarding the "scaling style" of the UI. I would like to have two different scaling styles, one "fixed size" and the other "pixelperfect". This would allow me to have one set of UI scale and the other not scale, for example, my HUD will be pixel perfect but my menu panels will be fixedSize.
So far the only way I have found to achieve this is to use two UI Roots. Is there another or a better way to achieve this?
Also when doing so The pink/purple indicator for the UIRoot both get positioned on top of each other in the editor. I presume this is not the desired effect because it is pretty confusing.
Thanks.
Adam