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
│ └── …
└── ...
Extra documentation from Unity Forums
- Learn about packages: Packages
- Find documentation for a specific package: List of packages
- Learn how to build a custom package: Custom packages
- Package Manager Glossary