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
- Volumetric Clouds close to the horizon flicker when "Ghosting Reduction" is enabled
- Temporary dark areas appear when quickly dragging Editor window splitters while using "Direct3D 12" graphics API and "Light" Editor theme
- Focus changes from the IDE to the Unity Editor when compiling code in the IDE
- A glare from the Light Placement Tool is visible when the Main Camera is set to "Perspective"
- List item is re-selected when moving the mouse after ClearSelection function
Resolution Note:
Provided a work around to generate a variant of an asset pre-import, by manually copying, and editing with a valid GUID.