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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Add comment