Search Issue Tracker
Duplicate
Votes
0
Found in
2021.2
2021.2.0b15
2022.1
Issue ID
1371963
Regression
No
Error is thrown when redoing SerializeReference Array change
Reproduction steps:
1. Open project "BugReport" and open "Scene"
2. Click on "GameObject" in the Hierarchy
3. In the Script Components Context Menu (three dots near the Components name) click "Set C"
4. Undo (Ctrl+Z) then redo (Ctrl+Y)
Expected result: The action is redone
Actual result: Error message "The serialized array of [SerializeReference] objects is missing entry for Refid 7457079615693258759" is thrown and the action is not redone
Reproducible with: 2021.2.0a13, 2021.2.0b16, 2022.1.0a11
Not reproducible with: 2021.2.0a12, 2022.1.0a12
Could not test with: 2019.4.31f1, 2020.3.20f1, 2021.1.26f1 (Error "The list of [SerializeReference] objects being deserialized is from a more recent version of Unity. This is not supported and objects will be skipped.")
Notes:
- Not reproducible with macOS
-
Resolution Note (2022.1.X):
Fixed in: 2022.1.0a12
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
- Baked Lightmap ”View” button text is aligned incorrectly
- Lightmap Asset icon changes colours after Baked Lightmap Viewer window is opened
- VideoClipImporter preset not applied when applying Preset Selector on already imported video clips
- Frame Debugger gets disabled when any Editor window is maximised and minimised
- TextMeshPro InputField view is not updated when OnEndEdit is triggered
This is a duplicate of issue #1369177