-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
30 lines (30 loc) · 1.15 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
{
"name": "ubco.ovilab.uxf.extensions",
"version": "0.1.1",
"displayName": "UXF extensions",
"description": "Extensions for UXF",
"unity": "2022.3",
"dependencies": {
"com.unity.test-framework": "1.1.31",
"com.unity.textmeshpro": "3.0.6",
"com.unity.nuget.newtonsoft-json": "3.2.1"
},
"author": {
"name": "Shariff Faleel",
"email": "[email protected]"
},
"scopedRegistries": [
],
"samples":[
{
"displayName": "Sample experiment-server setup",
"description": "Config files to setup the experiment server. Copy the direcotry in `Assets/Samples/UXF extensions/0.1.1/Sample experiment-server setup` to the root of the unity project (e.g. `Experiment`).",
"path": "Samples~/Experiment/"
},
{
"displayName": "Sample implemenation of ExperimentManager",
"description": "Contains a sample implemenation. The implementation is based on the study config in the <i>Sample experiment-server setup</i> sample. To use, import the sample the play the <i>SampleUXFExtensionScene</i>",
"path": "Samples~/SampleImplementation"
}
]
}