Search Issue Tracker
Active
Under Consideration for 2021.3.X, 2022.3.X, 6000.0.X, 6000.1.X
Votes
0
Found in
2021.3.36f1
2022.3.21f1
2023.2.15f1
6000.0.0b11
6000.1.0a7
7000.0.0a1
Issue ID
UUM-67709
Regression
No
Editor.OnEnable is called twice when its InspectorElement is placed inside another InspectorElement
Reproduction steps:
1. Open the attached “InspectorElement.zip” project
2. Open the Test Window (Sheriff->TEST Window)
3. Make sure the Scene Window is active
4. In the Test Window click the button labeled "Click"
5. Observe the Console
6. Now make sure the Inspector Window is active instead of the Scene Window
7. In the Test Window click the button labeled "Cleanup" and repeat 4th step
8. Observe the Console
Expected result: On both occasions, the "ChildScriptableEditor.OnEnable" only appears once
Actual result: When the Inspector Window is not active the “ChildScriptableEditor.OnEnable" appears twice
Reproducible with: 2021.3.36f1, 2022.3.21f1, 2023.2.15f1, 6000.0.0b11
Reproducible on: Windows 11
Not reproducible on: no other environment tested
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Inspector's custom tooltip is displayed incorrectly when the name is truncated in UI toolkit
- Crash on ScriptableRenderLoopDraw when rendering a specific VFX in Play Mode
- The script is not renamed in the Project window when renaming and a compilation Error is present
- Average FPS in Play Mode degradation on a newly created BiRP project when it's upgraded from 2020.3.48f1 to a newer Editor version
- DecoratorDrawer indentation is incorrect when it is called with EditorGUI
Add comment