-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 821 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "com.audiokinetic.wwise.addressables",
"version": "2024.1.13",
"displayName": "Wwise Unity Addressables",
"description": "Wwise Unity Addressables. We recommend that you obtain the package through GitHub. Append the version number of your Wwise Unity Integration version, in #XX.X.X format, to the URL. For example, https://github.com/audiokinetic/WwiseUnityAddressables.git#v24.1.0. To update the package, we recommend that you use the Wwise Addressables Updater.",
"unity": "2021.3",
"unityRelease": "32f1",
"dependencies": {
"com.unity.addressables": "2.4.6"
},
"keywords": [
"Wwise",
"wwise",
"audiokinetic",
"ak",
"Audiokinetic"
],
"author": {
"name": "Audiokinetic Inc.",
"email": "info@audiokinetic.com",
"url": "https://www.audiokinetic.com"
}
}