-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
51 lines (51 loc) · 1.46 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "com.brogrammist.jsam",
"displayName": "Jacky's Simple Audio Manager",
"version": "3.0.2",
"unity": "2021.3",
"description": "A decentralized audio playing system for Unity, designed for simplicity and built to scale!",
"category": "",
"documentationUrl": "https://jackyyang09.github.io/Simple-Unity-Audio-Manager/",
"author": {
"name": "Brogrammist",
"url": "https://github.com/jackyyang09/Simple-Unity-Audio-Manager"
},
"changelogUrl" : "https://github.com/jackyyang09/Simple-Unity-Audio-Manager/releases",
"samples": [
{
"displayName": "Dynamic Music",
"description": "",
"path": "./Samples~/Dynamic Music"
},
{
"displayName": "Extra Tips",
"description": "",
"path": "./Samples~/Extra Tips"
},
{
"displayName": "First-Person 3D",
"description": "FPS-Style Sample SCene",
"path": "./Samples~/First-Person 3D"
},
{
"displayName": "Loop Points",
"description": "Loop music using loop points!",
"path": "./Samples~/Loop Points"
},
{
"displayName": "Sample Pause Menu",
"description": "Sample showing how to implement volume controls",
"path": "./Samples~/Sample Pause Menu"
},
{
"displayName": "Shmup 2D",
"description": "2D Shoot 'em Up style sample",
"path": "./Samples~/Shmup 2D"
},
{
"displayName": "Video Volume",
"description": "A Sample showing how to let JSAM control your Video Player's volume",
"path": "./Samples~/Video Volume"
}
]
}