feat: initial commit
This commit is contained in:
23
Assets/Template~/package.json
Normal file
23
Assets/Template~/package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "com.[company-name].[package-name]",
|
||||
"version": "1.0.0",
|
||||
"description": "[package-description]",
|
||||
"displayName": "[package-display-name]",
|
||||
"unity": "2019.4",
|
||||
"author": {
|
||||
"name": "[author-name]",
|
||||
"url": "[author-url]"
|
||||
},
|
||||
"changelogUrl": "[git-url]/blob/main/CHANGELOG.md",
|
||||
"dependencies": {},
|
||||
"documentationUrl": "[git-url]/",
|
||||
"keywords": [],
|
||||
"licensesUrl": "[git-url]/blob/main/LICENSE.md",
|
||||
"samples": [
|
||||
{
|
||||
"displayName": "Samples SampleFolder1",
|
||||
"description": "Contains samples from SampleFolder1",
|
||||
"path": "Samples~/SampleFolder1"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user