1
NGUI 3 Support / Re: Deactivate reposition animation on aspect ratio change
« on: October 20, 2014, 03:20:00 AM »
There are no tweens or anything similar.
The Layout consists of:
Buttons (UI2DSprite, UIButton, Box Collider)
Anchored to Widget (UIWidget)
Anchored to Root (UIRoot, UIPanel, Rigidbody)
All anchors are set to OnUpdate.
UIRoot is set to constraint on height.
Could it be that the Sliding comes from NGUI needing several
update cycles to solve the anchors?
The Layout consists of:
Buttons (UI2DSprite, UIButton, Box Collider)
Anchored to Widget (UIWidget)
Anchored to Root (UIRoot, UIPanel, Rigidbody)
All anchors are set to OnUpdate.
UIRoot is set to constraint on height.
Could it be that the Sliding comes from NGUI needing several
update cycles to solve the anchors?
