We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6553a54 commit 04bb2e1Copy full SHA for 04bb2e1
CHANGELOG.md
@@ -7,6 +7,9 @@
7
- Fix `KinematicCharacterController::move_shape` not respecting parameters `max_slope_climb_angle` and `min_slope_slide_angle`.
8
- Improve ground detection reliability for `KinematicCharacterController`. (#715)
9
- Fix wasm32 default values for physics hooks filter to be consistent with native: `COMPUTE_IMPULSES`.
10
+- Fix `set_parent` when ongoing collisions should be affected (#742):
11
+ - Fix collisions not being removed when a collider is parented to a rigidbody while in collision with it.
12
+ - Fix collisions not being added when the parent was removed while intersecting a (previously) sibling collider.
13
14
### Added
15
0 commit comments