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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment