So in the past I could set anchors greater then 1.0 as a relative anchor in the editor. Like to get 4 buttons in a row i could anchor 3 of them to the left most one and have their positions be 1.1, 2.2, 3.3 etc and they would space out nicely. I recently updated my NGUI from a version circa 5 months ago and now when I try to enter any value greater then 1, the editor textfield greys out and refuses to let me edit it. It still works when you do this programatically.
- add some widget
- add another widget anchored to it
- change the left anchor to current position
- type in 1.5 and see if it greys out for you.
Any input would be appreciated.