Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.4
2019.4.3f1
Issue ID
1262940
Regression
No
Icons of the Player settings are not saved when PlayerSettings.SetPlatformIcons method is used and project is reopened
How to reproduce:
1. Open the attached project
2. Make sure that platform is set to Android in Build Settings
3. Select 'MyMenu' in the Menu bar
4. Select 'Change android to experimental' menu item
5. Observe that Player > Icons > Application Icons > Android icons dropdown icons are present in the Project Settings
6. Restart Editor
7. Expand Player > Icons > Application Icons > Android icons dropdown in the Project Settings
Expected result: Icons are present in Project settings
Actual result: Icons are missing in Project Settings
Reproducible with: 2018.4.26f1, 2020.2.0a18
Note: Reproducible with iOS and Android platform icons
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
- "Draw Additional Lights Shadowmap" calls increase when custom MaterialBlockProperty is used
- Crash on _platform_memmove when importing the "Dragon Crashers - URP 2D Sample Project" to a new 2D project
- "Shader is not supported on this GPU" warnings and and shaders are not loading when building the project for non-Chromium browsers
- [iOS][URP] The screen flickers and the "Execution of the command buffer was aborted due to an error during execution" error is thrown continuously
- Shortcut Manager shows empty conflict filter when resolving runtime conflicts involving different contexts
Resolution Note (2021.1.X):
User error - incorrectly created textures.
Textures should be obtained from AssetDatabase to be linked to file in project.
https://docs.unity3d.com/2020.2/Documentation/ScriptReference/AssetDatabase.LoadAssetAtPath.html
Unity documentation will be updated to state that.