Purpose: Colliders define the physical boundaries of an object in Unity. They’re used to detect and respond to collisions with other objects. Often used for areas where you want an action to occur ...
Some GameObjects (like bullets) can be spawned and despawned frequently. To avoid numerous instantiations/destructions of these objects, you can inherit from ...