Game Dev

Unity Collisions

The aim of this post is to summarize: What’s required for collisions in Unity How to setup some basic collision detection When OnTrigger and OnCollision are called and when they aren’t What’s required for collision to occur? For collisions to be detected by Unity, there are 2 components that are of particular importance: 1. Rigidbody […]

Unity Collisions Read More »