-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 1.54 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "de.codesmile.assetdatabase",
"displayName": "CodeSmile AssetDatabase",
"description": "The AssetDatabase in enjoyable, consistent, concise, convenient, comprehensible, safe, documented form.\n\nAvailable under multiple licenses:\n- GPL 3.0 for personal & educational use\n- Asset Store Terms and EULA for commercial use",
"version": "1.9.0",
"unity": "2021.3",
"unityRelease": "3f1",
"author": {
"name": "Steffen Itterheim aka 'CodeSmile' (Unity MVP, Self-Employed)",
"email": "[email protected]",
"url": "https://codesmile.de"
},
"changelogUrl": "https://github.com/CodeSmile-0000011110110111/de.codesmile.editor.assetdatabase/blob/main/CHANGELOG.md",
"documentationUrl": "https://github.com/CodeSmile-0000011110110111/de.codesmile.editor.assetdatabase/blob/main/README.md",
"licensesUrl": "https://github.com/CodeSmile-0000011110110111/de.codesmile.editor.assetdatabase/blob/main/README.md",
"dependencies": {
"com.unity.test-framework": "1.4.1"
},
"relatedPackages": {},
"samples": [
{
"displayName": "Create and Delete Asset Simple Demo",
"description": "Basic asset lifetime example (see Window => CodeSmile => AssetDatabase Examples).",
"path": "Samples~/CreateAndDelete"
},
{
"displayName": "Asset Workflow Demo with GUI",
"description": "Complex example of asset create, add subasset, modify labels, save, delete, batch editing with a simple GUI (see Window => CodeSmile => AssetDatabase Examples).",
"path": "Samples~/AssetWorkflowWithGUI"
}
]
}