-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 920 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 920 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
28
29
30
31
32
33
34
{
"name": "fr.jeanf.eventsystem",
"version": "0.1.125",
"displayName": "Event System",
"description": "This package contains a basic Event System based on Scriptable Objects as communication medium",
"unity": "2021.3",
"repository": {
"url": "https://github.com/lejeanf/EventSystem"
},
"keywords": [
"jeanf",
"event system"
],
"author": {
"name": "Jean-François Robin",
"email": "robin.jeanfrancois@gmail.com",
"url": "https://jeanfrancoisrobin.art"
},
"dependencies": {
"fr.jeanf.propertydrawer": "1.1.6"
},
"samples": [
{
"displayName": "Player Channels",
"description": "A set of channels used for the vr_player package",
"path": "Samples/PlayerChannels"
},
{
"displayName": "Event filters",
"description": "A set of filters to segregate messages sent on the same channel",
"path": "Samples/Filters"
}
]
}