Search Issue Tracker
By Design
Votes
0
Found in
5.3.0f4
Issue ID
764556
Regression
No
BuoyancyEffector2D.density is compared against colliders mass instead of its density
Steps to reproduce:
1. Download and open project "BuoyancyEffector2DBugTest.zip"
2. Open and play scene "level01"
3. Notice that smaller quad has "Auto Mass" off and "Mass" set to 3. Bigger quad (the one with buoyancy) has density of 2
Actual result: Smaller quad sinks
Expected result: When "Auto Mass" is of the smaller quad is set to off, its density supposed to be 1, therefore it should float (but instead it sinks, because mass is used instead of density)
Note: This is based on the documentation description in http://docs.unity3d.com/ScriptReference/BuoyancyEffector2D-density.html
Cannot test for regression on 5.2 or below, because BuoyancyEffector2D did not exist prior to 5.3
Tested and reproduce on:
Windows 10
Unity 5.3.1p4, 5.4.0b3
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- 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
- Low FPS in the Game View when the Editor window loses focus
- Memory leak when a domain is reloaded on a Scene that uses HDRP's water simulation resources
Add comment