Animating Rect Transform
RectTransform animation scripting examples.
Position
Move AB
Move Array
Rotation
Rotate AB
Rotate Array
Resize
The RectTransform.Resize method takes a Boolean parameter called useScale
that, when false, will resize the RectTransform's width and height. If true, it will resize the scale instead.
Resize AB
Resize Array
Last updated