Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.1.0a5
2018.1.0b10
Issue ID
1012208
Regression
Yes
A Cylinder's Capsule Collider does not have properly rounded values on Initialization
How to reproduce:
1. Create a new Project
2. Create a Cylinder in the Hierarchy view
3. Observe the Capsule Collider values for Center and Radius in the Inspector window
Expected result: The default Center values are "0" and the Radius value is "0.5"
Actual result: The Center X value is shown as "5.960464e-08", Z as "-8.940697e-08" and the Radius as "0.5000001"
Reproduced in: 2018.2.0a4, 2018.1.0b11, 2018.1.0a5
Not reproducible in: 2018.1.0a4, 2017.3.1p3, 2017.2.1p4, 2017.1.3p2, 5.6.5p2
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
The difference between the default and actual values is not statistically significant to cause harm.