Hello,
I have made this test where a ball (StaticBody2D) is control via the mouse, and can interact with falling objects (RigidBody2D). Link to Image here
All is working well but I have this huge issue where if the mouse is too fast it goes through the object. I wonder if it is because the collision detection occurs every frame, but do someone has a solution for this ? I tried everything.
Thanks so much !