Search Issue Tracker
By Design
Votes
0
Found in
2018.3.0a2
Issue ID
1051302
Regression
No
Prefabs in the scene get renamed when renaming their root prefab after re-linking missing prefabs
If you have multiple instances of a prefab in a scene, delete the root prefab from your assets folder, then re-link the objects in the scene by creating a new root prefab, some of the objects in the scene will have their name changed whenever you change the name of the root prefab. It looks like something goes wrong when a new base prefab is created and the objects in the scene are (presumably) re-instantiated.
1. Install Unity
2. Open the attached project
3. Open "Scene" Scene
4. Drag multiple instances of the "PrefabObject" prefab into the scene
5. Delete "PrefabObject" from the assets folder
6. Drag "PrefabObject" from the hierarchy to the Project window to create a new prefab. Note that at this point all the prefab objects in the scene are renamed and presumably re-instantiated
7. Open the "PrefabObject" in Prefab Mode
8. Rename the root object and save it
9. Return to the normal Scene view
10. Objects in the scene have been renamed to the name chosen in step 8
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Add comment