-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
31 lines (31 loc) · 1.05 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
{
"name":"dev.krajnc.uitoolkittimeline",
"version":"0.1.0",
"displayName":"UI Toolkit Timeline",
"description":"Adds support for animating UI Toolkit elements with Timeline.\nContains clips for animating transform properties (position, rotation, scale), visibility / display, and adding / removing classes.",
"unity":"2021.3",
"unityRelease":"16f1",
"documentationUrl":"https://github.com/mihakrajnc/UITTimeline/blob/main/README.md",
"changelogUrl":"https://github.com/mihakrajnc/UITTimeline/blob/main/CHANGELOG.md",
"licensesUrl":"https://github.com/mihakrajnc/UITTimeline/blob/main/LICENSE.md",
"dependencies":{
"com.unity.timeline":"1.6.5"
},
"keywords":[
"Timeline",
"UI Toolkit",
"Animation"
],
"samples":[
{
"displayName":"UI Toolkit Timeline Example",
"description":"Contains an example scene / uxml / timeline.",
"path":"Samples~/UITTSample"
}
],
"author":{
"name":"Miha Krajnc",
"email":"[email protected]",
"url":"https://krajnc.dev"
}
}