Search Issue Tracker
Won't Fix
Won't Fix in 2023.1.X
Votes
0
Found in
2020.3.38f1
2021.3.6f1
2022.1.13f1
2022.2.0b4
2023.1.0a5
Issue ID
UUM-12505
Regression
No
Editor freezes when selecting settings from a Preset
Reproduction steps:
1. Open the attached ‘New Unity Project' project
2. Observe the ‘Assets/Sprites/Sprites/deadzone.png’ in the Inspector
3. Click on the Preset selector at the top-right of the Inspector window
4. In the Select Preset window select the ‘SpriteTextureImporter.preset’ Preset
Expected result: The Preset is selected immediately
Actual result: The Editor freezes for a few seconds before the Preset is selected
Reproducible with: 2020.3.38f1, 2021.3.6f1, 2022.1.13f1, 2022.2.0b4, 2023.1.0a5
Reproduced on: MacOS 11.6 (Intel)
Note: The Editor sometimes freezes when opening the Preset window as well
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
- GameObjects change Hierarchy order when undoing adding Component to multiple GameObjectsGameObjects change Hierarchy order when undoing adding Component to multiple GameObjects
- [macOS] Editor crashes after entering Play mode with overlapping GameObjects with Cloth Component and Cloth Inter-Collision enabled
- Look Dev constantly regenerates the default Volume Profile when set to "None" instead of using the default one
- Look Dev errors are spammed when opening a new HDRP project when Look Dev was added to the layout in the previous project
- URP Scene Templates are not editable when first opened from the New Scene dialog
Resolution Note:
In this case the Preset contained really complex texture slicing information. This kind of operation would always take a long time to read.
Resolution Note (2023.1.X):
In this case the Preset contained really complex texture slicing information. This kind of operation would always take a long time to read.