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
- "Canvas Renderer" Component uses a low resolution icon
- NullReferenceException is thrown when installing the "QuickStart" page in the Multiplayer center
- Package Manager's Filter Panel does not show borders when viewed on Windows
- Blend Tree Threshold fields accepts NaN/Infinity values causing Node backgrounds disappear in Animator Controller view
- Animator Controller Layer Weight field accepts “NaN” as a valid value instead of rejecting it
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