Search Issue Tracker
Won't Fix
Votes
0
Found in
2020.3
2020.3.6f1
2021.1
2021.2
Issue ID
1342153
Regression
No
Editor crashes when Deserializing a Filestream
Reproduction steps:
1. Open user attached Project
2. Open Assets\Scenes\Combat Scene
3. Press Play
Expected result: Scene is loaded
Actual result: The Editor crashes
Reproducible with: 2020.3.13f1, 2021.1.12f1, 2021.2.0b1
Could not test with: 2019.4 (Could not downgrade)
Notes:
Commenting out lines 45 and 63 in SaveSystem.cs prevents the crash
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
- "Playmode tint" is applied to Color and Gradient fields when in Play mode
- [HDRP] Scene corrupts when baking Reflection Probe with custom TextureImporter preset added to Texture Importer default
- HDRP Wizard window UI components overlap when HDRP Wizard window is docked and resized horizontally
- VideoPlayer component fails to play MP4 files located under the StreamingAssets folder
- Terrain Tools icons are low quality
Resolution Note (2022.1.X):
Crash is due to a corrupt asset that was serialized. Unfortunately the asset in question was correct enough to pass the deserialization checks without throwing a SerializationException while still being able to take down the editor with a crash. Unfortunately the fix for this would require a substantial amount of time for a rare scenario and will revisit this if this happens again.