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

Physics

-

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)

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.