Is it alright to call move_and_slide()
multiple times in the physics_process(delta)
function? There are sources saying that it's OK to do this with move_and_collide()
but not move_and_slide()
. But other information contradicts this. Is there any official documentation on this?