Search Issue Tracker
Won't Fix
Votes
0
Found in
2021.3.20f1
2022.2.9f1
2023.1.0b7
2023.2.0a5
Issue ID
UUM-29345
Regression
No
“Missing types referenced from component ComponentWithSerializedReference on game object Element" warning is thrown when changing Git branches with the Editor open
Reproduction steps:
1. Open the attached “ReproSerializedReference (1).zip“ project
2. Open “SampleScene” scene
3. Left-click on project folder and select “New Terminal at Folder”
4. Type in “git checkout 1” in the Terminal window and click on the Editor to load changes
5. Type in “git checkout master” in the Terminal window and click on the Editor to load changes
6. Observe the Console window
Expected result: No errors are thrown
Actual result: “Missing types referenced from component ComponentWithSerializedReference on game object Element:
SubClassB, Assembly-CSharp (2 objects)” warning is thrown
Reproducible with: 2021.3.20f1, 2022.2.9f1, 2023.1.0b7, 2023.2.0a5
Could not test with: 2020.3.46f1 (Due to “The list of [SerializeReference] objects being deserialized is from a more recent version of Unity. This is not supported and objects will be skipped.” error in the Console)
Reproduced on: macOS Monterey 12.6 (Intel)
Note: Not reproducible if the project is closed and opened again with “SampleScene” scene already opened and step 2 is skipped
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
- Size value in Particle System Curve's tab is highlighted with selection across all tab header
- Particle System Curve's Presets window has no visual indication of what preset is selected
- Blur shader doesn't work when the "Scene Color" Node is attached to the UI "Output" Node
- Particle System Curve presets can't be scrolled and some of them can't be selected if window is too narrow to fit them all
- Mistakes in multiple Particle System Components pop-up
Resolution Note:
The warning is as per design. So we have decided to close the case.