generated from hiyorin/UnityPackageManagerTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 822 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
{
"name": "com.gamebase.sound",
"displayName": "Gamebase-Sound",
"version": "1.0.0-preview.6",
"unity": "2018.3",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hiyorin/Gamebase-Sound.git"
},
"src": "Packages/com.gamebase.sound",
"author": "hiyorin <ponkotsu.hiyorin@gmail.com> (https://github.com/hiyorin)",
"dependencies": {
"com.gamebase.core": "1.0.0",
"com.gamebase.loader": "1.0.0"
},
"samples": [
{
"displayName": "Unity",
"description": "Unity Sample",
"path": "Samples/Unity"
},
{
"displayName": "ADX2",
"description": "ADX2 Sample",
"path": "Samples/ADX2"
},
{
"displayName": "MasterAudio",
"description": "MasterAudio Sample",
"path": "Samples/MasterAudio"
}
]
}