Unity Collision 2D and 3D: Super Simple Guide

Collision detection is required for all types of games and is one of the major components to know if you want to learn Unity. Unity Collision works based on the collider component that can be added to any game object. Also, you need to understand how colliders and Unity Rigidbody work together to efficiently use … Read more