-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 926 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 926 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
30
{
"name": "com.yourname.unity-health-check-lite",
"displayName": "Unity Health Check Lite",
"version": "1.0.0",
"description": "A professional Unity editor tool for detecting performance issues and code smells in your projects. Identify heavy Update methods, caching issues, missing components, and more with an intuitive interface and AI guidance.",
"unity": "2022.3",
"author": {
"name": "Your Name",
"email": "your.email@example.com"
},
"keywords": [
"performance",
"optimization",
"code-quality",
"editor-tool",
"analysis",
"profiling",
"best-practices",
"unity-editor"
],
"category": "Editor Extensions",
"dependencies": {},
"samples": [
{
"displayName": "Sample Project with Issues",
"description": "A demo project containing various performance issues that Unity Health Check can detect",
"path": "Samples~/SampleProject"
}
]
}