Unity Issue Tracker - EditorUtility.IsValidUnityYAML failing to properly validate YAML parsed into it
Fixed
UUM-98013
EditorUtility.IsValidUnityYAML failing to properly validate YAML parsed into it
Unity: Serialization
Fixed
6.3.X
6.2.X
6.1.X
6.0.X
Won't Fix
2022.3.X
2021.3.X
Based on Harry's Slack conversation, we will not backport the fix to 2022.3 Version
Since the issue is not reproducible in version 2021.3, closing this port
Steps to reproduce:
1. Open the attached user's project "YAML.zip"
2. Download the attached "MyYaml.yaml" and set on the "GameObject" Validator
3. Tools > Validate YAML file
4. Observe console
Expected Result: EditorUtility.IsValidUnityYAML returns false on this string
Actual Result: EditorUtility.IsValidUnityYAML returns true on this string