-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 885 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 885 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
{
"name": "com.heatinteractive.tweenanimator",
"version": "1.4.1",
"displayName": "Tween Animator",
"description": "Visual timeline-based tween animation editor for Unity, powered by DOTween. Design multi-property animations with a custom editor window, scrub-preview in Edit Mode, and play them back at runtime with a single API call.",
"unity": "2021.3",
"license": "FSL-1.1-MIT",
"licensesUrl": "https://github.com/AtilganSak/TweenAnimator/blob/main/LICENSE.md",
"author": {
"name": "Atilgan Sak",
"email": "sak.atilgan@gmail.com",
"url": "https://github.com/AtilganSak"
},
"dependencies": {
"com.unity.textmeshpro": "3.0.6"
},
"keywords": [
"tween",
"animation",
"dotween",
"timeline",
"animator",
"sequence"
],
"repository": {
"type": "git",
"url": "https://github.com/AtilganSak/TweenAnimator.git"
}
}