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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
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.