Search Issue Tracker
Fixed
Fixed in 6000.0.55f1, 6000.1.14f1, 6000.2.0b12, 6000.3.0a4
Votes
2
Found in
6000.0.38f1
6000.1.0b6
6000.2.0a3
6000.3.0a1
Issue ID
UUM-97474
Regression
No
Player settings icons are not retrieved when using "PlayerSettings.GetIcons" method
Reproduction steps:
1. Open the attached “IN-94979” project
2. Run the “PlayerSettings.GetIcons” function (Tools > Get Icons)
3. Observe the Console window
Expected result: Default icon or all Overrides are printed out
Actual result: No icons are found
Reproducible with: 2022.3.58f1, 6000.0.38f1, 6000.1.0b6, 6000.2.0a3
Reproducible on: Windows 10
Not reproducible on: No other environments tested
Notes:
- Changing “NamedBuildTarget” or “BuildTargetGroup” from “Standalone” to “Unknown”, retrieves the Default icon
- 2022.3: Icon sizes array is always 8. 6000.0: Icon sizes array is always 0
Comments (2)
-
coastalbytes
Jul 02, 2025 17:37
Fix failed, still not working in 6000.0.51f1. PlayerSettings.GetIcons(NamedBuildTarget.Standalone, IconKind.Any); returns 0 icons.
-
julienkay
Feb 13, 2025 23:50
"Changing “NamedBuildTarget” or “BuildTargetGroup” from “Standalone” to “Unknown”, retrieves the Default icon"
That is really good info. If that is the intended way of getting the default icon and not in some weird way part of this bug, this definitely needs to be added to the docs: https://docs.unity3d.com/6000.0/Documentation/ScriptReference/PlayerSettings.GetIcons.html
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
- [Quest] Pitch Shifter causes audio degradation on Quest 2 devices when sped up
- "GUI Error: Invalid GUILayout" and "NullReferenceException" are thrown when adding Scenes to "Scenes in Baking Set" in Adaptive Probe Volumes
- Inspector window not updating when switching GameObjects in Play Mode while having a VR headset connected
- “UnityException: GetInvalidFilenameChars” errors are thrown, and the Overlay Save Preset button becomes unusable when entering Play Mode with a shortcut while Overlay Save Preset window is opened
- "UnityException: GetName can only be called from the main thread." erors are thrown when the Shortcuts window is opened and entering Play Mode with a shortcut
Resolution Note (fix version 6000.0.55f1):
Verified fixed