-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
32 lines (32 loc) · 1.06 KB
/
package.json
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
31
32
{
"name": "com.zigurous.debug",
"version": "1.5.0",
"displayName": "Debug Tools",
"description": "The Debug Tools package contains assets and scripts for debugging Unity projects. Included in the package are scripts for enhanced console logging, benchmarking, displaying framerate, and more. The package also comes with shaders to visualize different vertex data.",
"unity": "2019.4",
"repository": "https://github.com/zigurous/unity-debug-tools",
"documentationUrl": "https://docs.zigurous.com/com.zigurous.debug",
"changelogUrl": "https://docs.zigurous.com/com.zigurous.debug/changelog",
"licensesUrl": "https://docs.zigurous.com/com.zigurous.debug/license",
"dependencies": {
"com.unity.inputsystem": "1.2.0"
},
"keywords": [
"debug",
"debugging",
"benchmarking",
"performance",
"framerate",
"logging",
"tools",
"shaders"
],
"publishConfig": {
"registry": "https://npm.pkg.github.com/@zigurous"
},
"author": {
"name": "Zigurous",
"email": "[email protected]",
"url": "https://zigurous.com"
}
}