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
- New Artifact generated for Video when reimporting with identical settings
- “ArgumentOutOfRangeException: Length cannot be less than zero.“ error or “NullReferenceException: Object reference not set to an instance of an object“ error is thrown when CoreUnsafeUtils.FixedBufferStringQueue reads out of bounds
- URPPreprocessBuild.OnPostProcessBuild is never executed when building the Player
- [Linux] Using CTRL+Shift+A shortcut for Add Component throws GUI Rendering Errors
- Crash on MonoBehaviour::Transfer<YAMLRead> when upgrading the Magic Leap XR Plugin
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.