hadashiA/VYaml

.net 4.x

muveso opened this issue · 1 comments

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

@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.