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
- Animation Clip with Legacy enabled does not play when Time.timeScale is set to 0 despite Update mode set to "Unscaled time"
- Rename is enabled on subfolder empty space - "Can't rename to empty name" warning
- SamplerState Property Missing Anisotropic Filtering
- Visual glitches when using Handles API
- The RGBA color values are inconsistent when comparing two identical colors set in the Inspector
Add comment