Search Issue Tracker
Fixed in 2019.1.X
Fixed in 2018.3.X
Votes
0
Found in
2018.3.0f1
Issue ID
1105457
Regression
Yes
Trying to turn a prefab instance with missing asset into a prefab again throws an exception
Steps to repro:
1. Create a GameObject
2. Turn it into a prefab
3. Delete the prefab asset
4. Drag prefab instance in the project view.
Trying to turn the instance into a prefab asset again (by dragging it from the hierarchy to the project browser) throws an exception: "Cyclic nesting detected.".
Expected: No Exception, prefab asset gets created and instance in the hierarchy becomes blue again.
Workaround:
Unpacking the game object allows creating a prefab.
Working Fine in:
2018.3.0b12.
Reproducible in:
2018.3.0f1 (f023c421e164), 2018.3.0f1(16c3bea1c6ed), 2018.3.0f1 (6b82b3f38952)
2019.1.0a12.
Environment:
Windows & Mac.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment