4 Months Ago
Use different prefixes for ShaderGraph vs ActionGraph clipboard text Defer loading ActionGraph resources until needed Fix error message when ActionGraph resource not found Fix case where wrong property is deserialized to in Json.DeserializeToObject E.g., the FirstOrDefault could match a property that was JsonIgnored, and miss a property with the same name (with [JsonPropertyName]) that isn't ignored.