November 2017
Beginner to intermediate
360 pages
6h 40m
English
The Rect Transform component is probably the most different thing about working in the UI system, so it's a good idea to learn as much as we can about it. The Rect Transform is different than the regular Transform in that while while the Transform component represents a single point, or the center of an object, the Rect Transform represents a rectangle, in which the UI element will reside in. If an object with a Rect Transform has a parent, which also has a Rect Transform, the child will specify how the object should be positioned relative to its parent.