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
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
This is a duplicate of issue #582006