-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (27 loc) · 764 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (27 loc) · 764 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
{
"name": "com.codingwithunity.tweenlibrary",
"version": "1.0.3",
"displayName": "Tween Library",
"description": "A simple easy to extend Tween library",
"unity": "2019.4",
"dependencies": {
},
"keywords": ["tools", "tween", "coding with unity"],
"author": {
"name": "Andy Weber",
"email": "[email protected]",
"url": "www.youtube.com/CodingWithUnity"
},
"samples": [
{
"displayName": "Healthbar Effects",
"description": "Simple effects applied when taking damage",
"path": "Samples~/Healthbar Effects"
},
{
"displayName": "Snap To Effect",
"description": "Simple effects example for snapping a rect Transform to a certain size",
"path": "Samples~/Snap To Effect"
}
]
}