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
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
- Editor crashes on D3D12GetInterface when repeatedly enabling and disabling 256 text components
Add comment