E 0:00:50.075 recover_from_penetration: Condition "shape_idx < 0 || shape_idx >= cs->getNumChildShapes()" is true. Returned: false
<C++ Source> modules/bullet/space_bullet.cpp:1241 @ recover_from_penetration()
<Stack Trace> v2lion.gd:315 @ _physics_process()
Line 315 is: velocity = move_and_slide(velocity)
preceded by:
direction = direction.normalized()
velocity = velocity.linear_interpolate(direction speed, acceleration delta)
How do I resolve this error? What is it about? My code throws it up thousands of times when running.
Thanks