hadashiA / VYaml

The extra fast, low memory footprint YAML library for C#, focued on .NET and Unity.
MIT License
309 stars 19 forks source link

.net 4.x #13

Closed muveso closed 1 year ago

muveso commented 1 year ago

do you have a plan to support .net 4.x or higher in Unity?

hadashiA commented 1 year ago

@muveso Basically, Unity 2021.3 or later is targeted.

In this version I expect both of ".NET Standard2 .1" and "NET Framework" works. ( ".NET Framework" includes the netstandard2.1 API, according to the documentation.

But unfortunately the combination of Unity 2021.3 and the "NET framework" currently seems to result in a compile error because there is no reference to SequenceReader<T>.

This may be difficult to fix. Or maybe it is a problem that has been resolved in newer Unity versions, but I don't know that yet.