Transform

All your GameObjects have a transform component

Why ?

Transform component is made to set position, scale and rotation for your GameObject. This is why a GameObject has necessarily a Transform.

All setters of transform are made for the local view. (local position, rotate, scale)

Last updated