Search Issue Tracker
Duplicate
Votes
1
Found in
2020.3
2021.1
2021.1.3f1
2021.2
Issue ID
1331457
Regression
No
Script loses reference to a MonoBehaviour after adding Serialized variables to another script
How to reproduce:
1. Open the attached project "Roguecaster.zip"
2. Go to Assets > _Game > Scripts > Units > AIComponent
3. Uncomment lines 16 or 17
4. Click Play
Expected result: No exceptions are logged to the Console
Actual result: A MissingReferenceException is logged to the Console
Reproducible with: 2020.3.7f1, 2021.1.6f1, 2021.2.0a16
Could not test with: 2018.4.34f1, 2019.4.26f1 (scripts use C# 8.0)
Workaround: Reimport all assets or add [System.NonSerialized] to the mentioned variables
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
- SystemInfo.get_graphicsDeviceName() is generating garbage GC Alloc when using Metal graphics API
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
This is a duplicate of issue #1360351