Search Issue Tracker
Duplicate
Votes
0
Found in
5.3.0f4
Issue ID
753928
Regression
Yes
When editor is closed, EditorWindow.OnDestroy is called if window is not docked
To reproduce:
1. Open Window/MyEditorWindow
2. Close the Unity Editor
3. Assets/Test.txt is written by OnDestroy as expected
4. Open the Unity Editor again. OnEnable reports that the file exists and deletes it for further testing.
5. Dock the MyEditorWindow in with the project and console windows
6. Close the Unity Editor
7. This time, OnDestroy is not called and Assets/Test.txt does not get created.
Expected result: EditorWindow.OnDestroy is not called when editor is closed (seeing as that is the case in 5.2.3p2).
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
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
This is a duplicate of issue #752684