forked from DhafinFawwaz/Unity-AnimationUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 770 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 770 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
{
"name": "com.dhafinfawwaz.animationui",
"version": "1.2.0",
"displayName": "AnimationUI",
"description": "Usefull Unity tool for animating UI with just drag and drop",
"unity": "2021.3",
"documentationUrl": "https://github.com/DhafinFawwaz/Unity-AnimationUI",
"licensesUrl": "https://github.com/DhafinFawwaz/Unity-AnimationUI/blob/main/LICENSE",
"dependencies": {
"com.unity.textmeshpro": "3.0.6"
},
"keywords": [
"Unity",
"Tween",
"Animation",
"Animation Sequence",
"Tweening Function",
"UI",
"GUI"
],
"author": {
"name": "Dhafin Fawwaz Ikramullah",
"email": "dhafin.fawwaz@gmail.com",
"url": "https://dhafinfawwaz.github.io/"
}
}