Search Issue Tracker
Fixed in 2020.1.X
Votes
1
Found in
2017.3.0a1
Issue ID
934389
Regression
No
Edit Edge Collider 2d gizmos are offset in 3d space
To reproduce:
1. Open project attached
2. In Hierarchy window, click on TestSprite
3. In Inspector window, Edge Collider 2D component. click Edit Collider
4. While in Scene's window 3d mode, find an angle to be able to see Z-axis (check .gif attached if unclear)
5. Start forming the collider
Expected: collider's edit gizmos appear on the same depth (z-axis)
Actual: collider's edit gizmos appear with Z-axis offset
Reproduced in 5.5.0a1, 5.5.4p2, 5.6.2p4, 2017.1.0p1, 2017.2.0b4, 2017.3.0a1
Not reproduced in: 5.4.6f1
Regression starts in: 5.5.0a1
-
igdeman
Aug 10, 2018 15:25
Same here! Looks like it happens on 2d colliders in the Canvas, at least in my case... For me quick fix was to change Canvas Rendering Mode to the "World Space".
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (fix version 2020.1):
Fixed internal PolygonEditor which is used to edit PolygonCollider2D and EdgeCollider2D so that it doesn't simply use Z=0 as its editing plane but the same Z as the colliders Z position.