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?
✗ Incorrect
The Y axis points upwards in Unity's 3D coordinate system.
In Unity, what does the Z axis represent?
✗ Incorrect
The Z axis represents depth, moving forward and backward.
What is the origin point in Unity's 3D coordinate system?
✗ Incorrect
The origin is the point (0, 0, 0) where all axes meet.
If an object moves along the positive X axis, which direction does it go?
✗ Incorrect
Positive X axis movement goes to the right.
What does local coordinates mean in Unity?
✗ Incorrect
Local coordinates are relative to the object's own origin and rotation.
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.