-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
23 lines (23 loc) · 859 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
{
"name": "com.oddworm.addressablesbuildlayoutexplorer",
"version": "1.0.0-pre.5",
"displayName": "Addressables BuildLayout Explorer",
"description": "Addressables BuildLayout Explorer allows you to inspect the 'buildlayout.txt' file that Addressables generates when building content.\n\nYou can open the Addressables BuildLayout Explorer window from the main-menu under 'Window > Asset Management > Addressables > BuildLayout Explorer'.",
"unity": "2019.3",
"documentationUrl": "https://github.com/pschraut/UnityAddressablesBuildLayoutExplorer",
"dependencies": {
},
"keywords": [
"unity",
"addressables",
"editor"
],
"author": {
"name": "Peter Schraut",
"url": "http://console-dev.de"
},
"repository": {
"type": "git",
"url": "https://github.com/pschraut/UnityAddressablesBuildLayoutExplorer.git"
}
}