134k views
2 votes
What component do we add to objects to assign physics?

a) The Collider component.
b) The Renderer component.
c) The Audio Source component.
d) The Particle System component.

User Userpal
by
7.9k points

1 Answer

1 vote

Final answer:

The Collider component is used to assign physics to objects.

Step-by-step explanation:

c. The Collider component is used to assign physics to objects. It determines how objects interact with each other in a physics simulation. The Collider component defines the shape of the object for collision detection, which allows objects to collide and respond to each other realistically.

User Rami Ammoun
by
8.2k points