Quiz: Unity Physics
Test your knowledge of how physics is implemented in Unity.
We'll cover the following...
(Select all that apply.) In the animation below, both cubes have a Rigidbody and Collider attached; however, the red cube phases through the blue cube instead of colliding with it. Which could be possible reasons for this behavior?
The “Is Kinematic” property is turned on for either of the two cubes.
The “Is Kinematic” property is turned off for either of the two cubes.
The “Is Trigger” property is turned on for either of the two cubes.
The “Is Trigger” property is turned off for either of the two cubes.
One of the two cubes has a non-convex Mesh Collider attached.
Both cubes have a non-convex Mesh Collider attached.
One of the two cubes has a convex Mesh Collider attached.
Both cubes have a convex Mesh Collider attached.