Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.2.0f1
Issue ID
953990
Regression
No
When using Unity Collab to pull an update with a recase-delete conflict, old GUID can't get reassigned and makes new one instead
What was expected?:
If a user deletes an asset file, and then pulls a collab update that contains a change where another user recased the delete file's name, the file should be recreated local with the new recasing, but otherwise the file should remain the same as if never deleted.
What actually happened?:
The file is recreated with the correct name casing, but the editor refuses to reissue the old GUID to it because, according to the messaging, the old GUID is reserved for the file with the old file name casing, and instead issues a new GUID. This potentially breaks any references based on the asset's GUID, resulting in potential loss of work.
How can it be reproduced?:
1) User 1 renames a file from "MyScript.cs" to myScript.cs".
2) User 2 deletes the "MyScript.cs" file from their local project.
3) User 1 publishes their recase change.
4) User 2 pulls the update.
5) User 2 should observe at this point the GUID assignment warning message in the editor console.
Discovered on the 2017.2.0f1 RC1 build.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Add comment