I want to code physics interaction for my kinematic character controller. The AnimatableBody3D I’m using already interacts with rigid bodies, but it’s undesired, since I want to apply forces only in my script. I’ve heard using a StaticBody3D for characters is really bad for performance. Is there any other solution?
I’ve found that the base interaction between kinematic- and rigid bodies doesn’t really matter when applying your own impulses/forces, so this isn’t an issue.