Hello.
Every time (or it seems to me) I add a new NGUI element to my scene, either by NGUI tab in the menu or by draggin a prefab a sprite is create which is named "UI Root" and contains a UI Root script.
I have many troubles with the autoscaling of that component.
In
http://www.tasharen.com/forum/index.php?topic=6710 it's said "If you don't need the auto-scaling functionality of the UIRoot, you can get rid of this component altogether." so I'd like to remove that element.
But I can't completely remove the UI Root. And then I don't know how to proceed. My concern is:
1.- With a so weird autoscaling (let's say scaleX = 0.003333333) it's not easy to position my UI Camera, so: May I set the UI Root scale to (1, 1, 1)? Should I or may I remove the UIRoot script from the UI Root sprite to have remove that autoscale?
2.- Which is the structure of a NGUI user interface?, ie, how should I proceed? Do I need to have a main UI Root to place of my NGUI elements? I am quite a bit lost about how to start.
I have watched several of your video tutorials and it's clear how to make advanced things, but the initial basic setup is my main doubt.
Thank you.