19 lines
361 B
JSON
19 lines
361 B
JSON
{
|
|
"name": "com.example.testpackage",
|
|
"version": "0.0.1",
|
|
"displayName": "Test Package",
|
|
"description": "Test Package",
|
|
"unity": "2022.3",
|
|
"unityRelease": "7f1",
|
|
"keywords": [
|
|
"nothing"
|
|
],
|
|
"author": {
|
|
"name": "Example Author",
|
|
"email": "author@example.com",
|
|
"url": "example.com"
|
|
},
|
|
"type": "tool",
|
|
"hideInEditor": false
|
|
}
|