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 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
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.