-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 827 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 827 Bytes
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
{
"name": "com.barryy.unused-assets-detector",
"version": "1.0.1",
"displayName": "UnusedAssetsDetector",
"description": "a Unity editor tool designed to detect unused assets in your project. This tool helps developers clean up their projects by reducing unnecessary resource usage",
"unity": "2021.3",
"license": "MIT",
"author": {
"name": "BarryY",
"email": "barry99625@gmail.com",
"url": "https://github.com/barryyip0625"
},
"repository": {
"type": "git",
"url": "https://github.com/barryyip0625/UnusedAssetsDetector.git"
},
"keywords": [
"unused",
"assets",
"detector",
"unity",
"editor",
"asset management",
"cleanup",
"optimization",
"project",
"tool"
]
}