-
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 573 Bytes
/
Copy pathpackage.json
File metadata and controls
19 lines (19 loc) · 573 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "com.gilzoide.update-manager",
"displayName": "Update Manager",
"version": "1.5.3",
"description": "Easy to use Update Manager pattern + Jobified Update for MonoBehaviours and pure C# classes alike",
"homepage": "https://github.com/gilzoide/unity-update-manager",
"license": "Unlicense",
"author": {
"name": "Gil Barbosa Reis"
},
"unity": "2018.1",
"samples": [
{
"displayName": "Follow Target",
"description": "Target and automatic follower sample using job dependencies",
"path": "Samples~/FollowTarget"
}
]
}