Skip to content

shadowmint/unity-package-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TEMPLATE

...

Install

From your unity project folder:

npm init
npm install --save git+ssh://git@github.com:shadowmint/TEMPLATE.git --no-progress
echo Assets/pkg-all >> .gitignore
echo Assets/pkg-all.meta >> .gitignore

To avoid typing the password in every time, consider using ssh-add.

The package and all its dependencies will be installed in your Assets/pkg-all folder.

About

A basic template for a unity npm package.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published