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
- MaskField Choices Elements tooltip covers the entire window while scrolling through the Elements
- Reordering Enum Values in VFX Graph Uint Property expands the “Value” field
- Visual Effect Graph sample titles display in non-human-readable format
- UxmlNamespacePrefix does not apply when using UIBuilder documents
- UI Builder Data Path Source List starts flickering and scrolling when trying to select the last item in the list
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