MediaToolkit
MediaToolkit copied to clipboard
Use in Unity project
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?
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.