Godot 4: Detect body collision before adding Node to scene in a 2D game (part 2).
Dec 8, 2023 · 10 min read · Introduction In my previous blog post, I explained how we can detect two overlapping objects before making it visible in the scene. I achieved this with an Area2D and a CollisionShape2D. However, this was not the ideal solution I was aiming for, as i...
Join discussion
