Search Issue Tracker
Fixed in 6000.0.54f1
Fixed in 6000.2.0a9
Votes
0
Found in
6000.0.50f1
6000.1.5f1
6000.2.0a8
Issue ID
UUM-107711
Regression
Yes
Crash on "The GUID inside 'Assets/asset.png.meta' cannot be extracted by the YAML Parser." when opening the project
How to reproduce:
1. Open the “IN-99563_repro“ project
Expected result: The project opens
Actual result: The Editor crashes
Reproducible with: 2023.2.0a17, 6000.0.50f1, 6000.1.5f1, 6000.2.0a8
Not recordable with: 2022.3.62f1, 2023.2.0a16, 6000.2.0b3
Reproducible on: Windows 10, Windows 11
Not reproducible on: No other environment tested
First few lines of the stack trace:
The GUID inside 'Assets/Explosion02_5x5.png.meta' cannot be extracted by the YAML Parser. Attempting to extract it via string matching instead. Please verify the file does not contain unexpected data.
Assertion failed on expression: 'IsMapping()'
Assertion failed on expression: 'startKeyIndex < mappingNodeRef.GetEnd()'
Assertion failed on expression: 'IsMapping()'
Assertion failed on expression: 'startKeyIndex < mappingNodeRef.GetEnd()'
Assertion failed on expression: 'IsMapping()'
Assertion failed on expression: 'startKeyIndex < mappingNodeRef.GetEnd()'
Assertion failed on expression: 'IsMapping()'
Assertion failed on expression: 'startKeyIndex < mappingNodeRef.GetEnd()'
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
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
Resolution Note (fix version 6000.0.54f1):
Asset Pipeline: Silent crash no longer happens when attempting to extract YAML data from binary meta files (meta files should never be in bianry format).
Resolution Note (fix version 6000.2.0a9):
Asset Pipeline: Silent crash no longer happens when attempting to extract YAML data from binary meta files (meta files should never be in bianry format).