Hellos,
I try set UIPopupList selected item with method:
public void Set (string value, bool notify = true)
(in UIPopupList)
But there seems be row 321:
mSelectedItem = null;
That resets value.. if I comment this row away all works great.
How I should set current value right way (and without changing NGUI code)