Last updated 2 years ago
Was this helpful?
All your GameObjects have a transform component
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)