-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
31 lines (31 loc) · 883 Bytes
/
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
{
"dependencies":{"com.unity.animation.rigging": "1.1.1"},
"name": "com.tildeasterisk.physicanim",
"version": "1.1.0",
"displayName": "Physicanim ~*",
"description": "Physicanim is an active ragdoll system that allows for characters to play physics driven animations. (Works with Mixamo.)",
"unity": "2020.3",
"unityRelease": "38f1",
"documentationUrl": "http://tildeasterisk.com/p/documentaton.html",
"changelogUrl": "http://tildeasterisk.com/p/changelog.html",
"licensesUrl": "http://tildeasterisk.com/p/licensing.html",
"keywords": [
"Active",
"Ragdoll",
"TildeAsterisk",
"~*",
"arag",
"procedural",
"animation",
"animations",
"physics",
"character",
"humanoid"
],
"author": {
"name": "Tilde Asterisk",
"email": "[email protected]",
"url": "http://tildeasterisk.com/"
},
"type": "tool"
}