-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
39 lines (39 loc) · 1.01 KB
/
package.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
{
"name": "dev.lazlo.gocs",
"version": "2.0.0",
"displayName": "GoCS",
"description": "GameObject Component System for Unity.",
"unity": "2018.4",
"dependencies": { },
"keywords": [
"gocs",
"ecs",
"ioc",
"oop",
"pattern",
"framework",
"events"
],
"author": {
"name": "Lazlo Bonin",
"email": "[email protected]",
"url": "https://lazlo.dev"
},
"samples": [
{
"displayName": "Interaction",
"description": "Use GOCS to handle hovering and clicking interactable objects.",
"path": "Samples~/Interaction"
},
{
"displayName": "Zones",
"description": "Use GOCS to handle entering and exiting zones.",
"path": "Samples~/Zones"
},
{
"displayName": "Benchmark",
"description": "Test query performance on thousands of objects.",
"path": "Samples~/Benchmark"
}
]
}