Game development
Godot Tutorial – Part 6: Physics and collisions
Going forward in this series of Godot tutorials, we will often need to know when two objects come into contact with each other. In game development, this is known as collision detection. In this tutorial, we will learn how collisions work in Godot. When a collision is detected, you typically Read more…