-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 888 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 888 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
{
"name": "com.ericjrico.gcalloc-analyzer",
"version": "0.2.1",
"displayName": "GC Alloc Analyzer",
"description": "Unity Editor tool for profiling and analyzing garbage collection allocations. Integrates with Unity's Profiler as both a standalone Editor Window (multi-frame analysis) and a Profiler Module (per-frame analysis).",
"unity": "6000.0",
"license": "MIT",
"author": {
"name": "Eric J Rico",
"url": "https://github.com/EricJRico"
},
"keywords": [
"profiler",
"gc",
"garbage-collection",
"allocation",
"performance"
],
"samples": [
{
"displayName": "GC Alloc Test Rig",
"description": "Scene and MonoBehaviours that generate various GC allocation patterns for testing the analyzer.",
"path": "Samples~/GCAllocTests"
}
]
}