AydinAdn/MediaToolkit

Use in Unity project

Opened this issue · 1 comments

Use in Unity project

I have installed your package to unity project but when build get error not found library? Can you give me the solution, thanks?
Screenshot_3
Screenshot_2
Screenshot_1

Because Unity automatically generates .csproj and .sln files, you can't just add packages to your Unity project with NuGet, because the next time you compile in Unity, it'll override the changes NuGet made to your .csproj file to install the package.