forked from backtrace-labs/backtrace-unity
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 741 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 741 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
{
"name": "io.backtrace.unity",
"displayName": "Backtrace",
"version": "3.15.1",
"unity": "2017.1",
"description": "Backtrace's integration with Unity games allows customers to capture and report handled and unhandled Unity exceptions to their Backtrace instance, instantly offering the ability to prioritize and debug software errors.",
"keywords": [
"Backtrace",
"Error",
"Diagnostic",
"Tools",
"Debug",
"Bug",
"Bugs",
"StackTrace"
],
"author": {
"email": "team@backtrace.io",
"name": "Backtrace I/O",
"url": "https://backtrace.io/"
},
"category": "Editor plugin + Script plugin",
"type": "library",
"dependencies": {
"com.unity.modules.screencapture": "1.0.0"
}
}