This version of Unity is unsupported.

EditorUtility.IsValidUnityYAML

Declaration

public static bool IsValidUnityYAML(string yaml);

Parameters

yaml String containing the value to be parsed.

Description

Returns true if the provided string can be parsed as YAML.

This should not be used in performance sensitive contexts.