-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 843 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 843 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
{
"name": "com.maxfleet.scenestatistics",
"displayName": "Scene Statistics",
"version": "1.1.0",
"unity": "2022.1",
"description": "Unity Editor tool which displays the current statistics of meshes in a scene.",
"author": {
"name": "Max Fleet",
"url": "https://github.com/maxfleetdev"
},
"changelogUrl": "https://github.com/maxfleetdev/scene-stats/commits/main/",
"documentationUrl": "https://github.com/maxfleetdev/scene-stats",
"licensesUrl": "https://github.com/maxfleetdev/scene-stats?tab=Apache-2.0-1-ov-file",
"dependencies": {
"com.unity.modules.uielements": "0.1.0"
},
"samples": [
{
"displayName": "Example Sample",
"description": "Replace this string with your own description of the sample. Delete the Samples folder if not needed.",
"path": "Samples~/Example"
}
]
}