0
0
Unityframework~5 mins

3D coordinate system in Unity - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What are the three axes in a 3D coordinate system in Unity?
The three axes are X (horizontal), Y (vertical), and Z (depth). They define positions in 3D space.
Click to reveal answer
beginner
How does Unity's 3D coordinate system define the forward direction?
In Unity, the forward direction is along the positive Z axis.
Click to reveal answer
intermediate
What is the difference between local and world coordinates in Unity's 3D space?
World coordinates are positions relative to the scene origin. Local coordinates are relative to the object's own position and rotation.
Click to reveal answer
beginner
In Unity, if an object has position (1, 2, 3), what does each number represent?
1 is the position on the X axis (left-right), 2 on the Y axis (up-down), and 3 on the Z axis (forward-backward).
Click to reveal answer
beginner
Why is understanding the 3D coordinate system important in Unity?
It helps you place, move, and rotate objects correctly in the 3D world, making your game or app behave as expected.
Click to reveal answer
Which axis in Unity's 3D coordinate system points upwards?
AZ axis
BX axis
CY axis
DW axis
In Unity, what does the Z axis represent?
AHorizontal (left and right)
BDepth (forward and backward)
CVertical (up and down)
DTime
What is the origin point in Unity's 3D coordinate system?
ADepends on the object
B(1, 1, 1)
C(100, 100, 100)
D(0, 0, 0)
If an object moves along the positive X axis, which direction does it go?
ARight
BLeft
CUp
DForward
What does local coordinates mean in Unity?
APosition relative to the object's own origin
BPosition relative to the world origin
CPosition relative to the camera
DPosition relative to the UI
Explain the roles of the X, Y, and Z axes in Unity's 3D coordinate system.
Think about how you move in a room: left-right, up-down, forward-back.
You got /3 concepts.
    Describe the difference between world coordinates and local coordinates in Unity.
    Imagine a toy car on a table (world) and the car's own dashboard (local).
    You got /2 concepts.