Search Issue Tracker
Fixed in 2021.1.X
Votes
0
Found in
2020.1.0a18
Issue ID
1210088
Regression
No
Prompt for user action (overwrite, rename, cancel) when moving files in Project View and destination filename already exists
Expected result: When moving a file that has the same file name as the destination's file a prompt should show up letting the user decide whether he wants to move and rename the files or cancel the whole moving process.
Actual result: If you're trying to move a file that has the same filename as one of the files in the destination then the move will be blocked. If you're moving multiple files and at least one of them has a duplicate filename then the same will occur preventing you from moving all of the files with no explanation/prompt.
Note: when moving, the feature needs to compare the full list of assets that are to be moved between each other as well and not just the destination. The current behaviour causes issues between duplicate filenames when moving from multiple separate folders.
Here's an example scenario of the problem:
1. have one folder with files named "test1" "and "test2"
2. have another folder with different files named "test2" and "test3"
3. try to move all of the files to a separate third folder.
Issue: "test1" and "test3" will get moved correctly but only one "test2" will go through with the move. One of the "test2" files gets left behind.
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
- The terrain appears darker when "Per-pixel Normal" is enabled
- [Linux] Editor assertion causes Test Runner to fail when executing it in Batch Mode
- Color selection by the mouse cursor is still enabled when the "Esc" button is pressed
- Game view becomes black and the Scene window becomes grey, “ArgumentOutOfRangeException” errors and “Render Pipeline error” warnings appear after changing the name or deleting URP/HDRP global settings file
- Transform Component is not accessible inside the Player when RuntimeInitializeOnLoadMethod is used
Resolution Note (fix version 2021.1):
New duplicate file name prompt added in: 2021.1.0b2