-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
35 lines (35 loc) · 1.08 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
33
34
35
{
"name": "com.poprockgames.aim-ik",
"version": "3.0.0",
"displayName": "Aim IK",
"description": "A Unity package, to procedurally orientate the character's head (and spine) in a direction without using any animation data.",
"documentationUrl": "https://github.com/ehsan-mohammadi/Aim-IK",
"unity": "2020.3",
"unityRelease": "29f1",
"keywords": [
"aim",
"ik",
"inverse kinematics"
],
"author": {
"name": "Ehsan Mohammadi",
"email": "[email protected]",
"url": "https://github.com/ehsan-mohammadi"
},
"repository": {
"type": "git",
"url": "https://github.com/ehsan-mohammadi/Aim-IK.git"
},
"samples": [
{
"displayName": "Sample 2D",
"description": "2D Samples of using Aim-IK on sprites and 2D rigged models.",
"path": "Samples/Samples2D"
},
{
"displayName": "Sample 3D",
"description": "3D Samples of using Aim-IK on 3D rigged models.",
"path": "Samples/Samples3D"
}
]
}