Search Issue Tracker
By Design
Votes
0
Found in
2018.4
2019.4
2020.2
2020.2.2f1
2021.1
2021.2
Issue ID
1309667
Regression
No
[Android] PlayerSetting's Icon tab Android expands slow when expanded for the first time after Project launch
How to reproduce:
1. Open a new project
2. Navigate to Android Player Settings
3. Expand the "Icon" Tab
Expected Behavior: The Icon tab expands right away.
Actual Behavior: The editor freezes for a short time and the Icon tab expands
Reproducible with: 2018.4.31f1, 2019.4.20f1, 2020.2.3f1, 2021.1.0b5, 2021.2.0a4
Note:
- Only reproducible if expanding for the first time
- Video attached "dwOHJ8DPyK.mp4"
- iOS did not reproduce the issue, only Android
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
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Resolution Note:
The first time the Icon section is expanded, all settings are loaded and textures get created. They are cached, so the next time it opens much faster. The time it takes to open it depends on the number of settings and their values.
As long as expanding that section is not unusably slow, this is by design.