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
- Text render issues and various exceptions in TextCore when using TextSettings option "Match Material Presets"
- NullReferenceException error is thrown when unpacking multiple instances of the same UI Document
- URP Decal Projectors don't render when they are hidden in the Hierarchy, unlike other GameObjects
- Reflection Probe “adjusting number of stops to over or under expose the texture” setting does not update in Scene realtime
- UI Toolkit rendered text breaks when toggling FontWeight styles through code
Resolution Note:
Provided a work around to generate a variant of an asset pre-import, by manually copying, and editing with a valid GUID.