Search Issue Tracker
Fixed
Fixed in 2022.1.0a7
Votes
0
Found in
2020.3.43f1
2021.3.17f1
2022.1.0a6
Issue ID
UUM-23123
Regression
No
A missing component reference is not marked as "Missing" when reloading the Scene
Steps to reproduce:
1. Open the attached project “MissingReference“
2. Open the “Assets/TestScene.unity“ Scene
3. In the Hierarchy window select the “InternalReference“ GameObject
4. In the Inspector window observe the “Other“ variable in the “Test Script“ component
5. Remove the “Other Script“ component
6. Save the changes
7. Open the “Assets/OtherScene.unity“ Scene
8. Repeat 2-4 steps
Expected result: The value of the “Other“ variable is “Missing (Other Script)“
Actual result: The value of the “Other“ variable is “InternalReference (Other Script)“
Reproducible with: 2020.3.43f1, 2021.3.17f1, 2022.1.0a6
Not reproducible with: 2022.1.24f1, 2022.2.2f1, 2023.1.0a26
Fixed in: 2022.1.0a7
Reproducible on: Windows 10
Note: Look at the attached video “Bug.mp4“ for clarity
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Debugger stops at commented lines of code when using ECS
- Asset preview doesn't update on changing shader's _GlobalColor property when the shader uses global uniforms
- Crash on GetSpriteAtlasDependenciesFromBinary when opening specific project
- Animation Clip with Legacy enabled does not play when Time.timeScale is set to 0 despite Update mode set to "Unscaled time"
- Rename is enabled on subfolder empty space - "Can't rename to empty name" warning
Add comment