Search Issue Tracker
Fixed in 2022.1.X
Votes
0
Found in
2021.2
2022.1
2022.1.0a15
Issue ID
1379872
Regression
No
[Serialization] UnityEngine.Hash128 fields overridden in prefabs generate poor property modification serialization
Reproduction steps:
1. Open the attached user's project "HashSerialization.zip"
2. Inspect the "SampleScene" with a Text Editor
Expected result:
- target: {fileID: 5907482044338101070, guid: 713a5b3f32873cb49a608e246c628f60, type: 3}
propertyPath: m_HashValue
value: 5a388598123920fbdff0f6dbab9818c7
objectReference: {fileID: 0}
Actual results:
- target: {fileID: 5907482044338101070, guid: 713a5b3f32873cb49a608e246c628f60, type: 3}
propertyPath: m_HashValue.bytes[15]
value: 199
objectReference: {fileID: 0}
Reproduces on: 2021.2.4f1, 2022.1.0a16
Could not test 2019.4.32f1 and 2020.3.23f1 due to errors not recognizing [SerializedProperty]
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Performance decreases significantly when instantiating a Prefab with many children
- "MissingReferenceException" error is thrown when creating a new "Standard (URP)" scene
- Silent crash when opening a specific project
- "+" shaped artifacts are rendered on UI Toolkit Buttons when the border radius is over 50%, button's opacity is set to 1 and the border has width
- All references to Sprite Atlas and AssetReferenceAtlasedSprite are removed when migrating Sprite Atlas Mode from V1 to V2
Add comment