Search Issue Tracker
By Design
Votes
1
Found in
2021.1.0a2
2021.1.7f1
Issue ID
1336037
Regression
Yes
Surface Arc Gizmo in Platform Effector 2D Component not being shown when using a custom Layout
Reproduction steps:
1. Open the Project "case_1336037-Platformer"
2. Open the Scene "SampleScene"
3. Go to Window>Layouts>Load Layout from File
4. Import attached Layout "buggedLayout"
5. Go to Window > Layouts > buggedLayout
6. Select GameObject "grassHalfMid"
7. Observe Scene view
Expected result: Surface Arc Gizmo is shown from the Platform Effector 2D Component attached
Actual result: Surface Arc Gizmo isn't shown from the Platform Effector 2D Component attached
Reproducible with: 2021.1.0a2, 2021.1.7f1
Not reproducible with: 2018.4.33f1, 2019.4.24f1, 2020.3.8f1, 2021.1.0a1, 2021.2.0a1, 2021.2.0a17
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note (2021.2.X):
The bugged layout has a inspector window in Debug Mode, and Gizmos are not expected to be drawn in inspector debug mode. Removal of the Debug window from the layout would solve the issue. Hence closing this as by design