-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 733 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 733 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
25
26
27
28
29
30
{
"name": "com.unity.kimodo_unity_motion_tools",
"displayName": "KimodoUnityBridge",
"version": "0.1.17",
"description": "Unity character-animation commands, Timeline authoring, retargeting, and local motion generation",
"unity": "2022.3",
"keywords": [
"character-animation",
"cli",
"kimodo",
"motion",
"animation",
"communication"
],
"author": {
"name": "oneyoungmean"
},
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.2.2",
"com.unity.timeline": "1.7.7"
},
"samples": [
{
"displayName": "Light Sample",
"description": "Light sample scene and generated clips for KimodoUnityBridge.",
"path": "LightSample~"
}
],
"type": "library"
}