-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 776 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 776 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": "com.microsoft.mixedreality.visualprofiler",
"version": "3.8.0",
"displayName": "Microsoft Mixed Reality Visual Profiler",
"description": "Provides a drop in solution for viewing your mixed reality Unity application's frame rate, scene complexity, and memory usage.",
"documentationUrl": "https://github.com/microsoft/VisualProfiler-Unity/blob/main/README.md",
"unity": "2021.3",
"unityRelease": "26f1",
"author": "Microsoft",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/VisualProfiler-Unity"
},
"bugs": {
"url": "https://github.com/microsoft/VisualProfiler-Unity/issues"
},
"keywords": [
"microsoft",
"mixed",
"reality",
"hololens",
"ar",
"vr",
"xr"
]
}