Skip to content

psarras/Unity.PackageManagerTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Package Manager Template

Simple custom package that can be used as a template when starting out with custom packages in Unity.

Put this in the manifest file.

    "com.package.template": "https://github.com/psarras/Unity.PackageManagerTemplate.git",

This package also contains two examples for adding sample assets on your package. you need to follow the following file structure. source

<Root>
 ├── package.json
 ├── samples~
 │   ├── Sample Folder 1
 │   │   └── …
 │   └── Sample Folder 2
 │       └── …
 └── ...

Links

Extra documentation from Unity Forums

About

Simple custom package that can be used as a template when starting out with custom packages in Unity.

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors