How to stick a 3D RigidBody to a moving KinematicBody?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By MikeMikeMike

Hi…,

is there some code around, to stick a RigidBody to a moving KinematicBody in 3D?

Thanks

Mike

:bust_in_silhouette: Reply From: klaas

Hi,
an easy way would be to “stick” it into the KinematicBody as a child.

Hi klaas,

yes, but then my RigidBody doesn’t notice other StaticBodies anymore. I think I have to write some code for my KinematicBody.

Any help/advices are appreciated. Exists a demo about this?

Thanks

Mike

MikeMikeMike | 2021-08-11 09:46