Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.16 KB

File metadata and controls

31 lines (23 loc) · 1.16 KB

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