Godot Version
4.2
Question
My character is of the CharacterBody3D type which I move via script and MoveAndSlide(). There are also a few objects in my game that are of the RigidBody3D type. These have a spherical shape.
When these objects are in motion and my player and I run against them, I can still see that this one seems to have an influence on them. However, once they stop, they don’t move a bit.
I don’t understand. I have already tried out all possible values regarding damping, mass, etc. on the RigidBody3D objects. (I also tried unchecking the “Can Sleep” option in the editor).
Without success.
Can anyone tell me what this could be?