Use Nuget packages inside of Unity.BNuget is a tool that can install Nuget packages into your project, using Assembly Definitions! You can configure custom or private Nuget package sources.Read the Github Documentation,https://github.com/cdhanna/BNugetDocsWatch the Youtube Documentation.https://www.youtube.com/playlist?list=PLJpZGN1JUQykEYI5rxTuJsWF6qkZ8shR9Get support on Discord.https://discord.gg/yxFAFJurvUBNuget supports Unity 2021 and above.Third Party NoticeBNuget uses 2 third parties inside the core package, - ZanderJSON is under MIT- Nuget.Versioning is under Apache 2.0, but exits only in the Unity Editor, and is never part of the Unity Runtime.BNuget includes several samples that contain references to third party packages. However, all referenced packages are licenced under MIT.See the Third-Party Notices.txt file in the package for more details.BNuget has the following core features,1. Browse Nuget packages from inside Unity.2. Install Nuget packages to specific Assembly Defintiions.3. Configure DLL naming and location.4. Configure custom Nuget package sources, such as a custom Github package source.There are a few large limitations of BNuget,1. It will only install Nuget packages that support NetStandard.2. Local File System package sources are not currently supported.3. Symbol packages are not supported.4. It is optimized for importing .dll files from Nuget packages, but you need to write custom extension logic to import other files from Nuget packages.