-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.json
139 lines (139 loc) · 5.61 KB
/
index.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "N1ghtTheF0x's VRChat Packages",
"id": "ntf.vrchat.repository",
"url": "http://info.nightwashere.de/vrchat-repo/index.json",
"author": "N1ghtTheF0x",
"packages": {
"ntf.vrchat.datetrigger": {
"versions": {
"1.4.0": {
"name": "ntf.vrchat.datetrigger",
"version": "1.4.0",
"description": "Animate game objects based on time and/or date of the VRChat Servers",
"displayName": "DateTrigger",
"unity": "2019.4",
"author": {
"name": "N1ghtTheF0x",
"email": "N1ghtTheF0x@proton.me",
"url": "https://github.com/N1ghtTheF0x"
},
"dependencies": {},
"keywords": [
"vrchat",
"udonsharp",
"udon",
"date",
"time",
"csharp"
],
"samples": [
{
"displayName": "Example Scene",
"description": "Contains basic usage of DateTrigger. Public World is available for demonstration.",
"path": "Samples~/Example"
}
],
"vpmDependencies": {
"com.vrchat.udonsharp": "^1.1.8"
},
"url": "https://github.com/N1ghtTheF0x/vrchat-DateTrigger/releases/download/1.4.0/DateTrigger-1.4.0.zip?",
"legacyFolders": {
"n1ghtthef0x/DateTrigger": ""
},
"legacyFiles": {}
},
"1.5.0": {
"name": "ntf.vrchat.datetrigger",
"version": "1.5.0",
"description": "Animate game objects based on time and/or date of the VRChat Servers or local Time",
"displayName": "DateTrigger",
"unity": "2022.3",
"author": {
"name": "N1ghtTheF0x",
"email": "N1ghtTheF0x@proton.me",
"url": "https://github.com/N1ghtTheF0x"
},
"dependencies": {},
"keywords": [
"vrchat",
"udonsharp",
"udon",
"date",
"time",
"csharp"
],
"samples": [],
"vpmDependencies": {
"com.vrchat.worlds": "^3.5.0"
},
"url": "https://github.com/N1ghtTheF0x/vrchat-DateTrigger/releases/download/1.5.0/DateTrigger-1.5.0.zip?",
"legacyFolders": {
"n1ghtthef0x/DateTrigger": ""
},
"legacyFiles": {}
},
"1.5.1": {
"name": "ntf.vrchat.datetrigger",
"version": "1.5.1",
"description": "Animate game objects based on time and/or date of the VRChat Servers or local Time",
"displayName": "DateTrigger",
"unity": "2022.3",
"author": {
"name": "N1ghtTheF0x",
"email": "N1ghtTheF0x@proton.me",
"url": "https://github.com/N1ghtTheF0x"
},
"dependencies": {},
"keywords": [
"vrchat",
"udonsharp",
"udon",
"date",
"time",
"csharp"
],
"samples": [],
"vpmDependencies": {
"com.vrchat.worlds": "^3.5.0"
},
"url": "https://github.com/N1ghtTheF0x/vrchat-DateTrigger/releases/download/1.5.1/DateTrigger-1.5.1.zip?",
"legacyFolders": {
"n1ghtthef0x/DateTrigger": ""
},
"legacyFiles": {}
}
}
},
"ntf.vrchat.mat": {
"versions": {
"1.0.0": {
"name": "ntf.vrchat.mat",
"version": "1.0.0",
"description": "Play layered audio tracks (dynamic music)",
"displayName": "Multi Audio Track",
"unity": "2022.3",
"author": {
"name": "N1ghtTheF0x",
"email": "N1ghtTheF0x@proton.me",
"url": "https://github.com/N1ghtTheF0x"
},
"dependencies": {},
"keywords": [
"vrchat",
"udonsharp",
"udon",
"audio",
"track"
],
"samples": [],
"vpmDependencies": {
"com.vrchat.worlds": "^3.5.0"
},
"url": "https://github.com/N1ghtTheF0x/vrchat-repo/releases/download/mat-1.0.0/MultiAudioTrack-1.0.0.zip?",
"legacyFolders": {},
"legacyFiles": {}
}
}
}
}
}