You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I'd like to use the library to deserialize Unity's material *.mat files which are Unity YAML. They have some information that library can't recognize as valid YAML. At least I don't know how to do it with the library yet.
Hi. I'd like to use the library to deserialize Unity's material *.mat files which are Unity YAML. They have some information that library can't recognize as valid YAML. At least I don't know how to do it with the library yet.
.mat files starts with something like this:
I could procedurally delete first 3 lines from it and add "---" to the beginning, but is there a better way of doing it?
The text was updated successfully, but these errors were encountered: