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
24 lines (24 loc) · 668 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 668 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
{
"name": "io.backtrace.unity",
"displayName": "Backtrace",
"version": "3.5.0",
"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"
}