-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathpackage.json
29 lines (29 loc) · 1.09 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
{
"name": "com.labstreaminglayer.lsl4unity",
"version": "1.16.0",
"description": "labstreaminglayer for Unity",
"displayName": "labstreaminglayer for Unity",
"unity": "2020.3",
"author": {
"name": "Chadwick Boulay",
"email": "[email protected]"
},
"documentationUrl": "https://github.com/labstreaminglayer/LSL4Unity",
"samples": [
{
"displayName": "SimpleInletScaleObject",
"description": "Use an LSL Inlet's data to scale a GameObject - Simple",
"path": "Samples~/SimpleInletScaleObject"
},
{
"displayName": "SimplePhysicsEventOutlet",
"description": "Stream trigger events over an LSL Outlet.",
"path": "Samples~/SimplePhysicsEventOutlet"
},
{
"displayName": "ComplexOutletInletEvent",
"description": "Randomly moving capsule streams out its pose, while a cube sets its pose from a stream, and a flashing pane streams out its colour-change events.",
"path": "Samples~/ComplexOutletInletEvent"
}
]
}