Search Issue Tracker
Fixed in 2021.2.X
Votes
2
Found in
2019.4
2020.3
2020.3.7f1
2021.1
Issue ID
1338524
Regression
No
A Unsupported Type error is printed when a Managed Reference replaces another that has a field with the same name
How to reproduce:
1. Open the attached project "SerializeReferenceError.zip"
2. Select 'New SR Bug Reproducer' in the Project View
3. Click Int Container in the Inspector
4. Click Compound Object Container
5. Observe Console
Expected result: Nothing is printed to the Console
Actual result: A Unsupported Type error is printed to the Console
Reproducible with: 2019.4.28f1, 2020.3.11f1, 2021.1.10f1, 2021.2.0a17
Not reproducible with: 2021.2.0a18, 2021.2.0a19
Could not test with: 2018.4.34f1 (No SerializeReference)
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (fix version 2021.2):
Does no longer reproduce with: 2021.2.0a18. The SerializeReference code has had an extensive reworking in that release, including API and persistence format changes, which makes backporting a specific fix for this scenario into older versions difficult.