Search Issue Tracker
By Design
By Design in 6000.0.X
Votes
0
Found in
6000.0.20f1
Issue ID
UUM-82384
Regression
No
"Rename Prefab File?" window does not pop up when renaming Prefab in the Project window
Steps to reproduce:
1. Create a new project using Universal 3D template
2. Create a 3D Object in the Hierarchy window
3. Drag the GameObject to the Project window to make it a Prefab
4. Rename the Prefab by double-clicking on it in the Project window and changing the name in the Inspector window
5. Observe that "Rename Prefab File?" window pops up and press "Rename File" button
6. Rename the Prefab by double-clicking on it in the Project window and changing the name in the Project window
Actual results: "Rename Prefab File?" window does not pop up
Expected results: "Rename Prefab File?" window pops up
Reproducible with versions: 2021.3.44f1, 2022.3.47f1, 6000.0.20f1
Tested on (OS): macOS Sonoma 14.5 (Intel)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note:
This is by design. The asset database requires the name of the root GameObject to match the name of the asset. If you change the name of the asset the name of the root gameobject is actually changed.
But if you change the name of the root gameobject in the Inspector we ask you to also change the name of the prefab asset.
Resolution Note (6000.0.X):
This is by design. The asset database requires the name of the root GameObject to match the name of the asset. If you change the name of the asset the name of the root gameobject is actually changed.
But if you change the name of the root gameobject in the Inspector we ask you to also change the name of the prefab asset.