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
- "GPU Time Threshold" in VFX Graph Heatmap Parameters can be set to a negative value
- List of supported Platforms for 3D Templates in Unity Hub is outdated
- Mesh filter animation tint is not added if keyframe recording is not enabled
- Light.shadowMatrixOverride is ignored when using GPU Resident Drawer
- Setting the the "PreWarm Delta Time" to the smallest value always sets the "PreWarm Step Count" to the different random values
Add comment