Local and Global Pivot Modes

Local and Global Pivot Modes

In Unity, the transform of an object refers to its position, rotation, and scale in 3D space. The transform of an object can be either local or global.

Local Pivot Mode

Local transform refers to the transform of an object relative to its parent object. If an object has a parent object, its local transform values are based on the parent object's local coordinate system. For example, if an object is a child of another object and is rotated 45 degrees around the Y axis, the local transform values for that object would show a rotation of 45 degrees around the Y axis.


Global Pivot Mode

Global transform, on the other hand, refers to the transform of an object in the global coordinate system. The global coordinate system is the root coordinate system of the entire scene and is not relative to any particular object. If an object is rotated 45 degrees around the Y axis, the global transform values for that object would show a rotation of 45 degrees around the Y axis regardless of the object's parent or any other objects in the scene.


It is important to understand the difference between local and global transform because it can affect how an object is rotated, scaled, or positioned in the scene. For example, if you want to rotate an object around its own center, you would use local transform. If you want to rotate an object around a point in the scene, you would use global transform.

    • Related Articles

    • Modifying a Model's Pivot Point

      To change the pivot point in Unity, you can use the following steps: Open your Unity project and select the GameObject that you want to modify. In the menu, go to LLS > Tools > Model > Adjust Pivot Point. In the opened window, use the "Adjust pivot" ...
    • Animation Builder - Toolbox, Hide Parts and Animation Values

      Introduction In this major release, we are introducing several new features to the Animation Builder that will enhance the quality and control of your animations within the Frontline app. Animation Builder Toolbox We are excited to introduce the ...
    • frontline's Animation Builder: Your Animation Starter Kit

      frontline's Animation Builder simplifies animation creation, even if you've never worked with 3D software before. We've prepared a series of articles to help you master it: Articles: Getting Started with Animation Builder: Start here to understand ...
    • Animation Builder - Parts, Groups, and Pivots

      Introduction In our animation journey, the first step was choosing our camera. Now, let's talk about another important step: picking the parts that will move in our animation. Do we need more than one part to move? Can we make things easier by ...
    • frontline.io 3D Studio - Wire Creation Tool

      Introduction When working with CAD models, you may have noticed that they often lack of cable structures, making it difficult to accurately simulate cable movement and interactions. This is where wires come in handy. By creating wires within the ...