I dont know how to do the parent anchoring which has multiple widgets.
I have one UIPanel and inside there is multiple widgets. But I want those widgets to be positioned at top right corner. But to achieve this effect, I have to manually set all of widgets anchor to top right corner and those tasks are really exhausting.
What I want is just anchor the parent to top right corner and make rest of widgets follow their parent. But in UIPanel, the anchor option is disabled.
How can I achieve this without customizing the NGUI code.
Any ideas?