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
- TSS Inspector creates invalid Project Relative paths for USS references in packages when adding References via Inspector
- Screen Space Ambient Occlusion is not visible when the directional light intensity is 0.001 or lower with the Deferred Rendering Path selected
- Unlinking Unity project from cloud throws "DirectoryNotFoundException" errors when the Build Automation package is installed
- Numeric input field for “Prewarm Time” doesn’t fully display decimal values
- Sprite Editor Overlay Menu issues
Resolution Note (fix version 2021.1):
New duplicate file name prompt added in: 2021.1.0b2