What is Unity Collider ?

One of the most important issues to consider when developing games in Unity or other game engines is collisions.

The Collider determines whether an object will collide with another object.

There are various types of Collider according to the size and shape of the object.

For example, if you want to add collision feature to a 2D round object, you can use Circle Collider 2D.



You May Interest

GameObject Search By Unity Tag

What is Unity SiblingIndex ?

Unity Main Camera Tracking Player

How to Adjust Unity Screen Rotation Settings?

Adding a Button Property to an Object in Code in Unity