Easy and quick question.
I have a UIPanel correctly adjusted to desired position. But when I run de app, NGUI decides by its own that it maybe looks better in other position. So it changes the values of UIPanel.offset and spoil it all.
I need to force UIPanel.Offset to [0,0]. How can do that ?
Otherwise how can I prevent UIPanel to change that value without a reason ?
Thanks