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
- Host: GitHub
- URL: https://github.com/penguinsword/package
- Owner: penguinsword
- License: mit
- Created: 2022-05-16T02:19:43.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-17T06:26:12.000Z (over 3 years ago)
- Last Synced: 2025-04-16T00:17:39.920Z (about 1 year ago)
- Topics: package, tempalte, unity, upm
- Homepage:
- Size: 7.81 KB
- Stars: 3
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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",
```