Skip to content

NewBloodInteractive/UnityNuGetTemplate

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Unity NuGet Template

This project acts as a template for using NuGet packages in Unity.

It works by using a dummy C# project to obtain the necessary .dll and .xml files, and then copy them into the project.

Convenience Batch Files

  • NuGet_AddPackage.bat: A simple script for adding packages to the project.
  • NuGet_Update.bat: Builds the NuGet project, which will update the package files stored in the project.

Notes

NuGet_Update.bat should be used:

  • Before the project is opened in Unity for the first time.
  • After NuGet_AddPackage.bat has been run.

Releases

No releases published

Packages

No packages published