Search Issue Tracker
Fixed in 2020.1.X
Votes
0
Found in
2018.3.0a1
2018.3.6f1
2019.1.0a1
2019.2.0a1
Issue ID
1136315
Regression
No
Misleading error message about serialization when you open a project with a corrupted scene file
To reproduce:
1. Open attached project
2. See the error in the console: Failed to load 'path/SceneWithErrorOnYaml.unity' because it was serialized with a newer version of Unity. (Has a higher SerializedFile version)
3. If you look at the "Assets/Scenes/SceneWithErrorOnYaml.unity" now you'll see that Unity created a "new" version of the file.
Reproducible with: 2018.3.0a1, 2018.3.9f1, 2019.1.0b7, 2019.2.0a8
Not reproducible with: 2017.4.23f1
Actual results: errors about the content having a higher SerializedFile version
Expected results: an error message that pointed out the real problem (not misleadingly saying that file was saved with newer version)
Fixed: 2020.1.0a3
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment