Hello again,
We are trying out a change to UICamer Lateupdate. We want to move the UIRoot.Broadcast("UpdateAnchors"); statement to after the onScreenResize(); call (line 1736ish).
This is changing the order of onScreenResize and UpdateAnchors. Previously, it called UpdateAnchors first then call onScreenResize. This could cause a problem if there are some UI Widget is using an UISretch object as anchors' target.
Usually onScreenResize won't be called on mobile devices except one situation: lock the android device when game running (I was using Sony Z1) and unlock it, you will receive two on ScreenResize call which the first one report change with portrait screen size then the second one with landscape screen size.
Do you see any issues with this change?
Thanks
Jobe