-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 725 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 725 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
{
"name": "com.locus.bundlesystem",
"displayName": "Locus Bundle System",
"version": "1.1.26",
"description": "Simpler Assetbundle Build System using Scriptable Build Pipeline. Alternative to Unity Addressables. \n Visit https://github.com/locus84/Locus-Bundle-System for more informations.",
"unity": "2018.4",
"dependencies": {
"com.unity.scriptablebuildpipeline": "1.19.6"
},
"keywords": [
"assetbundle",
"patch",
"build"
],
"author": {
"name": "Locus",
"email": "spec_oops@naver.com",
"url": "https://github.com/locus84"
},
"samples": [
{
"displayName": "Sample",
"description": "Basic functionaly samples.",
"path": "Samples~/Sample"
}
]
}