Caleb Doisevortexbasis.com·Nov 27, 2023Sphere Trace Or Capsule Overlap In GodotIf you want to detect all overlapping bodies of a sphere moving along a line segment in Godot, you can use intersect_shape with a capsule oriented along the sphere's path. Here's an example function you can use to do this in GDScript: func get_overla...1 like·171 readsGodotAdd a thoughtful commentNo comments yetBe the first to start the conversation.