forked from steve3003/unity-profiler-data-exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
17 lines (17 loc) · 656 Bytes
/
package.json
File metadata and controls
17 lines (17 loc) · 656 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"displayName": "Unity Profiler Data Exporter",
"name": "com.wschnepp.unity-profiler-data-exporter",
"version": "1.0.0",
"unity": "2020.3",
"description": "Utility to export data from the unity profiler and provide some useful stats. This is a first working version but I plan to add other features shortly. Anyone who wants to contribute is very welcome, just make a pull request. Forked from https://github.com/steve3003/unity-profiler-data-exporter",
"keywords": [
"profiler",
"export"
],
"repository": {
"url": "https://github.com/wschnepp/unity-profiler-data-exporter.git",
"type": "git"
},
"dependencies": {
}
}