-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsource.json
More file actions
24 lines (24 loc) · 922 Bytes
/
source.json
File metadata and controls
24 lines (24 loc) · 922 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":"Udon Custom Event Args",
"id":"com.genesis.udoncustomeventargs.vcc-listing",
"url":"https://NGenesis.github.io/UdonCustomEventArgs/index.json",
"author":{
"name":"Genesis",
"url":"https://github.com/NGenesis"
},
"description":"An extension to UdonSharp which enables support for calling custom events with arguments.",
"infoLink":{
"url":"http://github.com/NGenesis/UdonCustomEventArgs",
"text":"View on GitHub"
},
"bannerUrl":"banner.png",
"packages":[
{
"name":"com.genesis.udoncustomeventargs",
"releases":[
"https://github.com/NGenesis/UdonCustomEventArgs/releases/download/0.2.0/com.genesis.udoncustomeventargs-0.2.0.zip",
"https://github.com/NGenesis/UdonCustomEventArgs/releases/download/0.3.2/com.genesis.udoncustomeventargs-0.3.2.zip"
]
}
]
}