Search Issue Tracker
Won't Fix
Won't Fix in 2022.2.X
Votes
0
Found in
2020.3.35f1
2021.3.5f1
2022.2.0a17
Issue ID
UUM-3542
Regression
No
Custom Assets do not use dark theme icons when the Editor Theme is set to dark
How to reproduce:
1. Open the attached project (IconTest.zip)
2. Go to Preferences -> General -> Editor Theme -> set to "Dark"
3. In the Project view, select the Asset "ExampleAsset.cs"
4. In the top left of the Inspector view, click the Select Icon menu
5. Select "Other..." and double-click the "example-icon.png" Texture to select it
6. At the top of the Editor window, go to Assets -> Create -> Example Icon Asset
7. Observe the "New Example Asset" icon in the Project window
Expected result: the dark theme icon (d_example-icon.png) is used for the Asset
Actual result: the light theme icon (example-icon.png) is used for the Asset
Reproducible with: 2019.4.32f1, 2020.3.23f1, 2021.1.28f1, 2021.2.3f1, 2022.1.0a15
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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Different text alignment in the column header in Entities "System" window
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
Resolution Note:
CustomAssets are assigned an icon and the same icon will be used in both theme. Only internal icons switch according to theming.
Resolution Note (2022.2.X):
CustomAssets are assigned an icon and the same icon will be used in both theme. Only internal icons switch according to theming.