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
- [URP] Exceeding the platform's supported light limit gives shadow distortion when using Deferred Rendering Path
- URP Sample Buffer Image Tile is moved when the Offset Value is changed
- Static constructor in a struct returns false when running tests with IL2CPP
- Console throws warnings and a MissingReferenceException error for XR packages when doing a clean project import
- [Linux][IL2CPP] Dedicated server crashes when calling Socket.Send
Add comment