Removing ColliderDisabled component does not re-enable collisions (again) #494
Labels
A-Dynamics
A-Integration
very bevy specific
D-Medium
P-High
arbitrary important item
S-not-started
Work has not started
Similar to #435 I am finding that when I add the ColliderDisabled component and then later remove it the collider remains non-collidable. I've debugged and proved that the code is indeed always removing the component so I can only assume there's some bug in (bevy-)rapier. Additionally it seems that this issue is not always present (it starts off working as expected) but once it has occurred once it will then occur seemingly every time.
Since the linked issue above was supposedly fixed in the version of bevy rapier I am using (0.24.0, 3d, with
serde-serialize
andenhanced-determinism
features {although I have tested withoutenhanced-determinism
and it still occurs}) I assume this is caused by something different. No idea if this is an issue with rapier3d as a whole or just the bevy version, but thought I'd post the issue here as this is the version I am directly using.The text was updated successfully, but these errors were encountered: