Search Issue Tracker
Won't Fix
Votes
1
Found in
2020.2.0a11
2020.2.0a21
Issue ID
1276017
Regression
Yes
Changing the icon of the EditorWindow affects the icons of windows with the same title
How to reproduce:
1. Open the attached '1276017.zip' project
2. Open the Inspector window (Window > General > Inspector)
3. Open BugReport > TestBug
4. Press the 'Test Bug' button
Expected result: The icon of the 'TestBugWindow' window changes into a folder icon
Actual result: The icon of the 'TestBugWindow' window changes into the Inspector icon
Reproducible with: 2020.2.0a11, 2020.2.0b2
Not reproducible with: 2018.4.27f1, 2019.4.10f1, 2020.1.5f1, 2020.2.0a10
Notes:
- sometimes the icons of both the Inspector and the 'TestBugWindow' change to the folder icon
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
- Getting a deprecated package for JetBrains Rider pop up when opening or creating a project
- [Android] Volume level of the same audio file is different on Samsung Galaxy Tab A8 between 2023.3.0b3 and 2023.3.0b4
- ‘Expected end of value’ warning occurs when a property declaration includes five or more variable references
- Crash on BurstCompilerService::CompileAsync when entering Play mode in a specific scene
- InvalidOperationException when using Game Camera Preview in Scene window with a custom RenderGraph pass
Resolution Note (2021.1.X):
With the new changes we are caching the GUIContent with Title text as the key. To avoid this issue the users has to use a different name from that of Unity inbuilt names.