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
- "One or more data file missing for baking set NewScene Baking Set. Cannot load shared data." error in Player when a specific project is built
- Choosing new HDR Colour using RGB values breaks colour on Intensity Selectors
- Rendering/Decal Layer Mask options are different inside Prefab Mode and outside Prefab Mode when the project is upgraded to Unity 6
- Incorrect Realtime GI Light Probes baking when more than one Light Probe Group is used and "Baked Global Illumination" is enabled
- Hovering on the three-dot menu also highlights the tab header near it when not all tabs fit the bar
Resolution Note (fix version 2021.1):
New duplicate file name prompt added in: 2021.1.0b2