Here are the details,
- Go to your desired NuGet package webpage.
- On the right side **Download Package** option click it.
- Your package **.nupkg** file will be downloaded.
- Change its extension to .zip and extract it
- Go to lib and copy your package dll file from net or any netstandard folder. For your unity project compatibility purposes view below given image:
- Open unity workspace and create a plugin folder. Paste your DLL file here.
Congrats! You have successfully added NuGet Package in Unity3d.
Learn More:
0 Comments