Search Issue Tracker
Duplicate
Votes
1
Found in
4.3.1f1
Issue ID
584835
Regression
No
Removing Rigidbody2D in play mode disables object collision
To reproduce:
1) Open '2DBug.rar' project that user attached.
2) Open 'Scene' scene and press play
3) You will notice that in 2D part, left red cube goes right trough blue rectangle while in 3D, right red cube stays on blue rectangle.
There are script attached that removes rigidbodies from those objects on start.
It is expected that 2D cube stays on rectangle, rather than falling trough, since rectangle still has 'Box Collider 2D'.
Disabling and enabling 'Box Collider 2D' on rectangle makes it behave as expected, it seems that disabling 'Rigidbody2D' disables and 'Box Collider 2D' along with it, without showing that in object inspector.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
This is a duplicate of issue #582006