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
- Crash on EnsureUniqueSiblingName when calling GameObjectUtility.EnsureUniqueNameForSibling() with a null argument
- Changes are not applied when selecting Platform settings for Plugins
- Particle System only collides with one Terrain Collider at a time when Collision Type is set to 'World'
- Editor crashes on StoredGraphicsBuffer::GetGfxBufferID when VFX Graph property is modified during Play Mode and Application.targetFrameRate is used to limit FPS
- Crash on NVAPI_Thunk when changing Player resolution while HDR display is used and Direct3D12 is set as the graphics API
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.