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
- [VFX Graph] ArcTorus Transform changes in blackboard not reflected in Graph
- Text deletion works incorrectly in an input field when the Chinese language is used and the "Event System" Component is turned off
- Typed text doesn't appear in an input field when the Chinese language is used and the "Event System" Component is turned off
- Script associated with "GlobalVolumeFeature" is missing when inspecting "Mobile Renderer" Asset
- Clearable "RenderingCommandBuffer" errors are thrown in the Console when creating project using Universal 3D Template
Add comment