BNuget is a tool that allows you to install Nuget packages into your Unity project using Assembly Definitions. You can configure custom or private Nuget package sources. This package supports Unity 2021 and above. It includes several samples that demonstrate how to use third-party packages, all of which are licensed under MIT.
For more information, please refer to the documentation and support resources provided.
BNuget has the following core features:
- Browse Nuget packages from inside Unity.
- Install Nuget packages to specific Assembly Definitions.
- Configure DLL naming and location.
- Configure custom Nuget package sources, such as a custom Github package source.
There are a few limitations to consider:
- It will only install Nuget packages that support NetStandard.
- Local File System package sources are not currently supported.
- Symbol packages are not supported.
- 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.





