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
- HDRP Light shadows switch Type from Soft to Hard after re-enabling the Shadow Map option
- [AI Assistant] Banner content is clipped and inaccessible when Assistant window is docked or narrow
- Crash on CheckDeviceStatus when opening a UI Panel in Play mode on a specific project
- Redundant Warning message is thrown when multi selecting Package Manifest files in the Project Window
- Point light Cookie texture is rendered incorrectly with Deferred renderer path when used together with multiple Directional lights
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.