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
- Six way lighting receiving wrong lighting from APV when set to World Space
- Crash on SortByExecutionOrder when interrupting the .androidpack import process
- ShaderGraph tab header changes the icon to the VFX Graph icon when ShaderGraph and VFX Graph with the same name are both opened
- The Build Profiles window has usability issues when the panel takes up less than 30% of the screen width
- Inconsistent ShaderGraph RGBA channels compared to the Inspector when "Alpha Is Transparency" is used
Add comment