Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix undo when creating collisions #7

Merged
merged 1 commit into from
Jul 12, 2023
Merged

Fix undo when creating collisions #7

merged 1 commit into from
Jul 12, 2023

Conversation

Gann4Life
Copy link
Owner

Whenever a new collision object was created and then pressed CTRL - Z to try and fix it, the collision component was removed, however the new created object was not getting removed, making the ragdoll factory mistake that object for a skeleton bone (which isn't true, therefore connecting joints to this object will lead to broken motion)

@Gann4Life Gann4Life linked an issue Jul 12, 2023 that may be closed by this pull request
@Gann4Life Gann4Life merged commit c45cfdd into main Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Colliders shouldn't be able to have joints
1 participant