character_controller_filtering
It is possible to let the character controller ignore some obstacles. This is achieved by configuring the
KinematicCharacterController::filter_flags
to exclude whole families of obstacles (e.g. all the colliders
attached to dynamic rigid-bodies), and KinematicCharacterController::filter_groups
to filter based
on the colliders collision groups.