-
Notifications
You must be signed in to change notification settings - Fork 2.1k
/
cgmanifest.json
82 lines (82 loc) · 1.92 KB
/
cgmanifest.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
"Registrations": [
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/microsoft/VisualProfiler-Unity/",
"commitHash": "02a1d74069e7f85d9af793112e7971cf28791f60"
}
}
},
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/modesttree/Unity3dAsyncAwaitUtil",
"commitHash": "9f776694a35dad430dd5718238798a429118ce31"
}
}
},
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/ValveSoftware/steamvr_unity_plugin",
"commitHash": "dd9b6953951f9213199b41ad43bcd843ab168828"
}
}
},
{
"Component": {
"Type": "git",
"git": {
"repositoryUrl": "https://github.com/provencher/MRTK-Quest",
"commitHash": "896d2e1639b571c6d177cac143259cd1094aa867"
}
}
},
{
"Component": {
"Type": "other",
"Other": {
"Name": "Oculus Controller Art",
"Version": "1.1",
"DownloadUrl": "https://developer.oculus.com/downloads/package/oculus-controller-art/"
}
}
},
{
"Component": {
"Type": "other",
"Other": {
"Name": "TextMesh Pro",
"Version": "1.0",
"DownloadUrl": "https://unity3d.com/legal/licenses/Unity_Companion_License"
}
}
},
{
"Component": {
"Type": "pip",
"Pip": {
"Name": "pygithub",
"Version": "1.55"
}
},
"DevelopmentDependency": true
},
{
"Component": {
"Type": "pip",
"Pip": {
"Name": "gitpython",
"Version": "3.1.18"
}
},
"DevelopmentDependency": true
}
],
"Version": 1
}