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
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
Add comment