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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
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