-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
28 lines (26 loc) · 852 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
{
"name": "com.jd.editoraudioutils",
"author": "Johannes Deml",
"displayName": "EditorAudioUtils",
"description": "Customizable Unity Editor notification sounds - Like EditorApplication.Beep() but configurable. This package comes with some predefined types that you can configure in the project settings and then call via EditorAudioUtility.PlaySound(). The notification sounds can also be disabled/overwritten by a per user basis",
"keywords": [
"EditorAudioUtils",
"Editor Sounds",
"Notification",
"Beep",
"Audio"
],
"license": "MIT",
"category": "Utility",
"version": "1.2.0",
"unity": "2019.1",
"dependencies": {
},
"samples": [
{
"displayName": "NotificationSettings",
"description": "Comes with some predefined sounds, so you don't need to search for some",
"path": "Samples~/NotificationSettings"
}
]
}