Search Issue Tracker
By Design
Votes
0
Found in
2020.1
2020.2.0b2
2021.1
Issue ID
1282822
Regression
Yes
Editor freezes when importing large asset from Package Manager
Steps to reproduce:
1. Open a new Unity project
2. Download a big asset set from AssetStore using the Package Manager (i.e. "AllSky - 200+ Sky / Skybox Set")
3. Click Import
Expected result: Package imports without freezing the editor
Actual result: Package imports while freezing the editor and loading bar shows PackageManagerWindow.MouseUp
Note: After each Import click in Package Manager, the Asset pack is being loaded. Once it's loaded, you can select what assets to import. If you quit this window and Import the Asset pack again from the Package Manager, import times are doubling, slowing down the whole computer. (generating garbage?)
Reproducible with:
2020.2.0b10, 2021.1.0a3 (PackageManagerWindows.MouseUp - full time 20 - 600 seconds at random)
2020.1.12f1 (Saving Unsaved Assets - full time 20 - 600 seconds)
Not reproducible with: 2019.4.14f1 (Decompressing - full time 20 seconds)
-
Kundelstein
Aug 26, 2024 20:56
So how many years will this be broken? Happens in Unity 2022.3.29f1
-
Cazual
Oct 02, 2023 11:50
Still happening crazy it is still not fixed!!!!!!
-
Psychotoke
Aug 27, 2023 23:27
This is still happening in 2023, 3 years after this post, in 2022.3 LTS. I simply cannot use this version of Unity, which is unfortunate because some of the packages I bought require it. Unity PLEASE FIX THIS IM LOSING MY MIND
-
DigitalIPete2
Mar 23, 2022 20:30
This is STILL happening in 2022 in Unity 2020.3.30f1 ????? !!!!
And is almost enough to make you shut the PC down and walk away!
PLEASE FIX THIS!
-
climberDev
Nov 13, 2021 07:43
Can verify this exact thing happened to me. Trying to import a large package (6GB), wish I could get to choosing what I actually want to import before the freeze, I only want a portion of it.
-
gagarra
Oct 11, 2021 05:10
I've got the same problem. It fixes simply after 7-10 minutes of waiting
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
- UI Toolkit 'background-size' property is not fully animatable
- Moving the Scrollbar via clicking no longer works after the first-click when page size is too small
- Elements in UI Builder Viewport are displayed incorrectly when Editor UI Scaling is set to 125%
- Prefab referencing a script is not shown in the Search window's Project tab when using "Find References In Project"
- Scroll view sensitivity remains unchanged when modifying the "--unity-metrics-single_line-height" value
Resolution Note (2020.1.X):
`PackageManagerWindow.MouseUp` was a new feature introduced to show ProgressBar when a function or thread is taking too long and it’s not Package Manager specific either. And it will be addressed in the future.