Search Issue Tracker
Won't Fix
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
- Unity CIL Linker fails on Player build when persistent listeners have "<" and ">" in their XML attribute names
- ”Lighting data asset ‘LightingData’ is incompatible with the current Unity version…” warnings are thrown when saving Indoors (URP) and Outdoors (URP) Scenes as Scene Templates
- [iOS] The screen blinks when transitioning from custom to Unity splash screen
- [macOS] ”Ignoring depth surface load action as it is memoryless” warnings are thrown when taking Game View Snapshot
- UI Builder Inspector scrolls back up when changes on an expanded but not fully displayed Inspector tab are saved
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.