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
- Frame Debugger's Hierarchy is not navigable when connecting it to the project built with the Volumetric Fog
- The number of SetPass Calls is increasing when attaching the Frame Debugger to the Player
- Scrollbar briefly appears in the Package Manager during installation process even when the package list is too short to require scrolling
- Script resets to use the previous Skybox color when saving the Scene changes
- [2D] Sprite Library Editor window throws NullReferenceException error when entering Play Mode with Game View maximised
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.