Search Issue Tracker
Fixed in 2021.1.X
Votes
0
Found in
2017.4
2018.4
2019.3
2019.3.4f1
2020.1
2020.2
Issue ID
1229284
Regression
No
Specific machines have extremely slow asset Import time
How to reproduce:
1. Open attached project "AssetImport.zip"
2. In Project window, right-click on "SM_PROP_GEN_ElectricPole01" -> "Reimport"
3. Observe the reimport time
Expected result: the reimport is instant
Actual result: the reimport sometimes takes way longer than usual
Reproduced in: 2017.4.38f1, 2018.4.20f1, 2019.3.6f1, 2020.1.0b3, 2020.2.0a4
Tested with asset pipeline mode version 1 and 2
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
- "Customize handled extensions" part in the External Tools settings tab is not aligned with other properties
- Editor Diagnostics foldouts do not open when clicked on the foldout title
- [UI Builder] Visual Elements are not placed at the mouse cursor position when Absolute Position Placement is enabled
- "Width" and "Height" text is misaligned with slider ends in Screen Match Mode Parameters section of Panel Settings Asset
- Editor does not quit when Editor is not in focus and any floating window is opened
Resolution Note (fix version 2021.1):
Fixed in 2021.1.0a9, the reimport is now instant.
We modified our use of the importer to not try to open embedded files within the FBX unless it really needs them.
In the case of this bug, the embedded files weren't needed so can be completely skipped.