Search Issue Tracker
Fixed in 0.2.0-preview
Votes
0
Found in [Package]
0.1.0-preview
Issue ID
1168491
Regression
No
[Unity Physics] Object's mass is ignored when using ApplyImpulse
How to reproduce:
1. Open the "ComponentExtensions.cs" script (in $ \Library\PackageCache\com.unity.physics@0.1.0-preview\Unity.Physics\Extensions\World)
2. Go to line 269
Expected results: object's mass is not ignored (code: "pv.Linear += impulse * pm.InverseMass")
Actual results: object's mass is ignored (code: "pv.Linear += impulse")
Reproducible with: 2019.1.10f1, 2019.2.0b9, 2019.3.0a9
Couldn't test with 2017.4 and 2018.4 as they don't support the package.
Reproduible with package versions: 0.0.1-preview.1, 0.1.0-preview
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Add comment