-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 762 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 762 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.inc8877.addressables-master",
"version": "1.0.2",
"displayName": "AddressablesMaster",
"description": "Use Sync, Async(.NET / UniTask), Coroutine, Lifetime management tools for addressables assets with caching support",
"homepage": "https://github.com/inc8877/AddressablesMaster#readme",
"keywords": [
"Addressables",
"Manage",
"Managing",
"Manager",
"Async",
"UniTask",
"Lifetime"
],
"repository": {
"type": "git",
"url": "https://github.com/inc8877/AddressablesMaster.git"
},
"dependencies": {
"com.unity.addressables": "1.6.0"
},
"author": {
"name": "Volodymyr Bozhko",
"email": "inc8877@gmail.com",
"url": "https://github.com/inc8877"
},
"license": "Apache-2.0"
}