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
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
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.