Search Issue Tracker
Fixed
Votes
0
Found in
4.3.0b5
Issue ID
568376
Regression
No
Physics. Inconsistency between 3D and 2D physics. Setting negative mass for rigidbody2D doesn't produce any warnings
Steps:
1. Create an object
2. Add Rigidbody2D to this object.
3. Add custom script in which mass of the object is changed to negative value
gameObject.rigidbody.mass = -1;
When you play the scene there will be no error or warning messages.
For Rigidbody in the same situation you'll get an error:
Body::setMass: mass is -1.000000, should be positive!
UnityEngine.Rigidbody:set_mass(Single)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Dragon Crashers] Build fails in U6
- [Dragon Crashers] 4 Shader error messages on import
- [Dragon Crashers] Readme text is white on light grey
- Cursor stays in front of the first character when entering text in the TextMeshPro field
- Searching in Hierarchy causes unwanted component calls
Add comment