Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2018.2.0x
Issue ID
1051844
Regression
No
Crash on PrefabImporter::GenerateAssetData when reimporting Nested Prefab
How to reproduce:
1. Open the attached "1051844_repro.zip" project
2. Observe that it contains three prefabs forming a hierarchy:
- "Parent" prefab contains nested "Child" prefab
- "Child" prefab contains nested "Grandchild" prefab
- "Parent" prefab has an empty script attached to the "Grandchild"
3. Inside "Child" prefab, delete the nested "Grandchild" GameObject
Expected result: Editor does not crash.
Actual result: Editor crashes.
Reproducible with - 2018.2.0x-ImprovedPrefabs (ff19e2e229d2)
Note: There is another scenario to reproduce this issue. If the project had already crashed before, reimport "Parent" prefab and the project crashes again.
Stack trace:
(Unity) PrefabImporter::GenerateAssetData
(Unity) AssetDatabaseV1::ImportAsset
(Unity) AssetDatabaseV1::UpdateAsset
(Unity) AssetInterface::ProcessAssetsImplementation
(Unity) AssetInterface::StopAssetEditing
(Unity) AssetInterface::ImportAtPath
<...>
Fixed in 2018.3.0a6
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Label” name in Sprite Library Editor window lacks character limit causing long names go under the Object Field
- Preview image (screenshot) is not available after capturing snapshot in Memory Profiler
- Crash on UNITY_FT_Stream_ReadAt when changing TMPro properties after unloading an AssetBundle
- Particles spawn at the same position when using raw byte address buffer in VFX Graph
- Decal Shader Graph - Custom vertex interpolators are always 0
Add comment