"NuGet importer for Unity" is a fast, easy-to-use, and powerful editor extension that provides you to import NuGet packages into Unity. This package also fully supports native plugins. (This was inspired by GlitchEnzo/NuGetForUnity, but made from scratch.) 日本語はこちら。
- High performance using asynchronous
- Powerful dependency solving
- Full support for native plugins
- Support for Roslyn Analyzer
- Support for CI/CD
- Useful UI
- UPM and unitypackage support
- Compatible with GlitchEnzo/NuGetForUnity
There are two ways to install the package: using the UPM (Unity Package Manager) or importing the .unitypackage.
- Open the Package Manager window.
- Click the add (+) button in the status bar.
- Select Add package from git URL.
- Enter "
https://github.com/kumaS-nu/NuGet-importer-for-Unity.git?path=NuGetImporterForUnity/Packages/NuGet Importer
" or "[email protected]:kumaS-nu/NuGet-importer-for-Unity.git?path=NuGetImporterForUnity/Packages/NuGet Importer
". - Click Add.
For more information, see the Official page (Installing from a Git URL - Unity).
- If you have not installed OpenUPM-CLI, run the following command to install OpenUPM-CLI. (Node.js 12 is required.)
npm install -g openupm-cli
- Go to the unity project folder
- Run the following command to install "NuGet importer for Unity" in your project.
openupm add org.kumas.nuget-importer
For more information, see the Official page (Getting Started with OpenUPM-CLI - OpenUPM)
- Go to the release page and download the zip file of the version you need.
- Extract the zip file and import the .unitypackage into your project.
For more information or contributions, please see https://kumaS-nu.github.io/NuGet-importer-for-Unity .
This package is under Apache License 2.0.
Each package in NuGet is governed by the terms included with the package. For more details, see NuGet F&Q.