-
-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make
HierarchyPlugin
optional (#423)
# Objective Avian 0.1.0 introduced a regression where `HierarchyPlugin` and `ColliderHierarchyPlugin` are needed for colliders to function, as `ColliderParent` was only inserted by `ColliderHierarchyPlugin`. Hierarchies shouldn't be necessary. ## Solution Update `ColliderParent` for colliders that are on the `RigidBody` entity in the `ColliderBackendPlugin`, and change panics to warnings when using `ColliderHierarchyPlugin` without `HierarchyPlugin`.
- Loading branch information
Showing
4 changed files
with
54 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters