-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
58 lines (58 loc) · 1.98 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "com.baracuda.runtime-monitoring",
"version": "3.6.0",
"displayName": "Runtime Monitoring",
"description": "Runtime Monitoring is an easy way for you to debug the state of your C# classes and objects during runtime.\n\nNote: when updating Major versions of Runtime Monitoring from the Package Manager, don't forget to remove the old version from the project before importing the new one! :)",
"unity": "2019.4",
"documentationUrl": "https://github.com/JohnBaracuda/com.baracuda.runtime-monitoring/blob/main/README.md",
"changelogUrl": "https://github.com/JohnBaracuda/com.baracuda.runtime-monitoring/blob/main/CHANGELOG.md",
"licensesUrl": "https://github.com/JohnBaracuda/com.baracuda.runtime-monitoring/blob/main/LICENSE.md",
"keywords": [
"monitoring",
"runtime",
"debugging",
"debug",
"UI",
"source",
"utility",
"helper"
],
"samples": [
{
"displayName": "Documentation",
"description": "Contains documentation in multiple file formats: .md, .html, .pdf, .jpg and .png.",
"path": "Samples~/Documentation"
},
{
"displayName": "Example Scene",
"description": "Contains an example scene with a FPS controller.",
"path": "Samples~/Example"
},
{
"displayName": "Example Modules",
"description": "Import example modules to monitor FPS, Logs or System Stats.",
"path": "Samples~/Modules"
},
{
"displayName": "IMGUI Resources",
"description": "Import IMGUI based UI Assets.",
"path": "Samples~/IMGUI"
},
{
"displayName": "Text Mesh Pro Resources",
"description": "Import TextMeshPro based UI Assets.",
"path": "Samples~/TextMeshPro"
},
{
"displayName": "UI Toolkit Resources",
"description": "Import UIToolkit based UI Assets.",
"path": "Samples~/UIToolkit"
}
],
"author": {
"name": "John Baracuda",
"email": "[email protected]",
"url": "https://johnbaracuda.com/"
},
"type": "tool"
}