Search Issue Tracker
Won't Fix
Won't Fix in 6000.1.X
Votes
0
Found in
2022.3.52f1
6000.0.30f1
6000.1.0a7
Issue ID
UUM-90191
Regression
No
Rename is enabled on subfolder empty space - "Can't rename to empty name" warning
Steps to reproduce:
- Create a new project.
- In Project view, create new folder.
- Open this folder and right click on empty space inside it > Rename.
Actual results: No rename field appears to activate, looks like nothing happens. When you click outside the Project tab a warning pops up:
{code:java}
Can't rename to empty name
UnityEditor.HostView:OnLostFocus (){code}
Expected results: Either Rename option should be disabled, or something should happen (such as a rename field appearing) when you click rename.
Reproducible with versions: 6000.1.0a7, 6000.0.30f1, 2022.3.52f1, 2022.2.0a17
Can’t test with versions: 2021.3, not available on OS
Tested on (OS): Ubuntu 24.04
Notes:
- Attached .mp4 of this occurring.
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
- We are currently forcing a selection of the contaning folder if right clicking in an empty are of the 2 columns Project browser.
- In native we are validating is renaming is allowed using global selection: which is the folder in this case.
- There is no easy way to validate that we shouldt prevent renaming.
Resolution Note (6000.1.X):
- We are currently forcing a selection of the contaning folder if right clicking in an empty are of the 2 columns Project browser.
- In native we are validating is renaming is allowed using global selection: which is the folder in this case.
- There is no easy way to validate that we shouldt prevent renaming.