mcpiroman / UnityNativeTool

Allows to unload native plugins in Unity3d editor
MIT License
184 stars 19 forks source link

Add support for .Net Standard in Unity 2021 and higher #38

Open Franmvoisard opened 2 years ago

Franmvoisard commented 2 years ago

Notes:

mcpiroman commented 2 years ago

Hi,

Does this mean that now the Api compatibility level Standard can also be used instead of .NET 4.x?

Franmvoisard commented 2 years ago

Yes, at least in Unity 2021.3.9 which is the version I'm working on. Take a look to this article from Unity.