Search Issue Tracker
By Design
Votes
1
Found in
2018.4
2018.4.19f1
2019.4
2020.3
2021.1
2021.2
Issue ID
1318978
Regression
No
AssetDatabase is overwriting GUIDs
Reproduction steps:
1. Open the user's attached project
2. In the Project window, select Bundles/RandomBundle/C/MenuItem asset
3. Select test/gen (in the menu)
4. Observe the generated asset in the Project window and open its metafile in a text editor
5. Observe the GUID
Expected result: GUID starts with "abc"
Actual result: GUID does not start with "abc"
Reproducible with: 2018.4.32f1, 2019.4.22f1, 2020.3.0f1, 2021.1.0b9, 2021.2.0a7
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
Provided a work around to generate a variant of an asset pre-import, by manually copying, and editing with a valid GUID.