-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 848 Bytes
/
package.json
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
30
31
32
33
34
35
{
"name": "com.gbviktor.scriptable-list-automator",
"displayName": "Scriptable List Automator",
"author": {
"name": "Victor Bisterfeld",
"url": "https://gbviktor.de/scriptable-list-automator"
},
"version": "1.0.0",
"unity": "2022.1",
"description": "help you to manage/access game content easier by automated list of Assets in Editor",
"keywords": [
"tool",
"runtime",
"content",
"resources",
"managment"
],
"license": "MIT",
"category": "Manager",
"dependencies": {
"com.unity.addressables": "1.20.0",
"com.cysharp.unitask": "2.3.1"
},
"samples": [
{
"displayName": "Sample",
"description": "This sample",
"path": "Samples~/Sample1"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/gbviktor/scriptable-list-automator.git"
}
}