Search Issue Tracker
Won't Fix
Votes
5
Found in
2018.3.0a6
2018.3.3f1
2019.1.0a1
2019.2.0a1
Issue ID
1122903
Regression
No
Errors when importing prefab from Unity Package file
Reproduction steps:
1. Open the project from "PGF1Grading.zip"
2. Import assets from Unity Package from a file "CivitareseFrank_Week3Project"
Expected: Unity Package imports without any issues
Actual: Four errors are logged in the Console window
Reproduces on: 2018.3.8f1, 2019.1.0b6, 2019.2.0a7
Note:
- Different errors are thrown on 2017.4.20f1 and pre-2018.3.0a6 as well, but it is likely due to Unity Package containing prefabs packed in Prefab Editor
- Error Log:
AssetImporter is referencing an asset from the previous import. This should not happen.
AssetImporter is referencing an asset from the previous import. This should not happen.
Assertion failed on expression: '!GetPersistentManager().IsStreamLoaded(metaDataPath)'
Asset import did not unload metadata path. This will leak memory. File a bug with repro steps please. (Assets/CivitareseFrank_Week3Project/Prefabs/LayerGray.prefab)
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
- "The FrameSetting required to render this effect in the Game view depends on a disabled FrameSetting." warning appears when post-processing effects ere enabled in pipeline settings
- Crash on RaiseException when calling maxmath.comb() with the debugger disabled
- Crash on __pthread_kill when entering Play mode
- Crash on tlsf_free when exiting Play Mode in a specific project
- Camera Solid Color is overwritten when injecting Custom Render Pass at 'RenderPassEvent.AfterRenderingPrePasses + 1'
Resolution Note:
The Prefab from the repro project: 'LayerGray.prefab' is corrupt: It has a disconnected Prefab variant root and a corresponding asset object that has the same GUID as the Prefab meta file's GUID. This can only happen if the files was edited outside Unity.