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
- "Light" Component's "Culling Mask" setting is hidden but still has an effect when using HDRP
- Selecting the Web platform can be done when using the HDRP project
- Textures swap when SpriteRenderers with shared materials and animators are toggled on and off
- "EndLayoutGroup: BeginLayoutGroup must be called first" is thrown when selecting the wrong executable for the browser and then the right one
- [iOS] [AudioSource] Errors/warning logged and "AudioSettings.OnAudioConfigurationChanged" event not called when disconnecting the Bluetooth heaphones from the device
Add comment