Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2018.3.0a2
Issue ID
1051652
Regression
No
Re-creating a prefab of variant instance with missing base prefab throws cyclic prefab exception
User accidentally deleted a base prefab, trying to re-create prefab using its variant, prompts "Cyclic Prefab nesting not supported".
Steps to Reproduce:
1. Create a game object in the hierarchy.
2. Drag the game object to Project window to create a Prefab.
3. Create its Prefab Variant. ( Right Click on Prefab >> Create >> Prefab Variant)
4. Delete Base Prefab.
5. Drag Prefab Variant to Hierarchy, repeat step 2 to re-create the lost prefab.
6. Select "Original Prefab" on Create Prefab window(Pops up on dragging Prefab Variant Instance to Project Window)
See attached video to reproduce the issue. (RecreateLostPrefab.mov)
Observe: "Cyclic Prefab nesting not supported" window pops up.
Expected Result: New Prefab should be created.
Reproducible On: Version: 2018.3.0a2 (e9113db2e9bf)
Branch: prefabs/improved
Note:
- Appears on both OSX and Windows
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Frame Debugger is not disabled when switching Scenes if the Frame Debugger window is not open during the transition
- Standalone Profiler Targets another Project if a Standalone Profiler was launched in it before when switching between Edit or Play Mode Targets
- Crash on ForwardRenderLoopJob when opening a specific project
- [Android] Memory leak and eventual crash on Snapdragon 8 Gen 1+ devices when a Clear Pass is executed after Framebuffer Fetch
- Crash on EnumerateDisabledKeywordsInVariantsArray or UNITY_XXH32 when rapidly saving ShaderGraph or VFXGraph changes
Add comment