Search Issue Tracker
Won't Fix
Votes
0
Found in
5.6.0f3
Issue ID
906431
Regression
No
Object bumps into a corner of a PolygonCollider2D if there is a diagonal line collider
To reproduce:
1. Open attached Unity project "PolygonCollider2D Diagonal Test.zip"
1. Play "test" scene.
2. Hold horizontal input axis keys to move the box
3. Move to the corner of the letter "O"
Expected result: https://gfycat.com/VeneratedAdolescentGrayling
Actual result: https://gfycat.com/GlamorousEcstaticJumpingbean
Reproduced on: 5.5.0f3, 5.6.0f3, 2017.1.0b1, 5.6.0p3
Note: the bug only occurs if the player is moving very slowly at the time of contact with the corner of the letter "O" (increasing the timescale variable
in "PlayerController" script will eliminate the bug)
--
Multiple polygons whether they be separate colliders or the multiple convex polygons that PolygonCollider2D produces do not create a continuous surface and the physics system handles contacts with each polygon separately. This can lead to "catching" corners. Increasing the contact offset can help with this sometimes but not always. Only the EdgeCollider2D or the CompositeCollider2D (using Outline geometry) can produce continuous surfaces.
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
Add comment