MediaToolkit icon indicating copy to clipboard operation
MediaToolkit copied to clipboard

Use in Unity project

Open TunTin opened this issue 3 years ago • 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

TunTin avatar Nov 22 '21 04:11 TunTin

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.

RHKasper avatar Jul 07 '22 15:07 RHKasper