-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 861 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 861 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "com.sgaumin.animexpress",
"version": "0.1.4",
"displayName": "Anim Express",
"description": "Lightweight Unity Utility to quickly setup 2D animations",
"unity": "2018.4",
"unityRelease": "0b5",
"documentationUrl": "https://github.com/sgaumin/AnimExpress/blob/main/README.md",
"changelogUrl": "https://github.com/sgaumin/AnimExpress/blob/main/CHANGELOG.md",
"licensesUrl": "https://github.com/sgaumin/AnimExpress/blob/main/LICENSE.md",
"samples": [{
"displayName": "Character AnimExpress",
"description": "Contains samples for Character Animations using AnimExpress.",
"path": "Samples~/SampleCharacterAnimExpress"
}],
"keywords": ["animation", "2D", "inspector", "editor"],
"type": "tool",
"hideInEditor": true,
"author": {
"name": "Sébastien Gaumin",
"email": "sgaumin@gmail.com",
"url": "https://github.com/sgaumin"
}
}