An open API service indexing awesome lists of open source software.

https://github.com/penguinsword/package

template for create unity package
https://github.com/penguinsword/package

package tempalte unity upm

Last synced: about 1 year ago
JSON representation

template for create unity package

Awesome Lists containing this project

README

          

# What
- Template use for setup setting you need for create unity package
- Replace your setting in file package.json

# How To Install Package

Add the lines below to `Packages/manifest.json`

for version x.x.x
```csharp
"com.pancake.__package_name__": "https://github.com/pancake-llc/packagename.git#x.x.x",
```