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
- ACES Tonemapping causes banding artifacts and negative values in ColorGradingLUT when HDR is enabled and "High Dynamic Range" Grading mode is selected while Android Platform is used
- Android Player freezes when an Audio Source is playing and an incoming call is picked up and then hung up and the Audio Source is started again
- Green success icon is poorly visible in the light Unity theme
- Incorrect input into the Input Field when using Microsoft IME Japanese
- Multiplayer role "ClientAndServer" is displayed without the spaces in the "Play Mode Scenarios" window
This is a duplicate of issue #582006