VelNet-Unity/package.json

31 lines
801 B
JSON

{
"name": "edu.uga.engr.vel.velnet",
"displayName": "VelNet",
"version": "1.0.3",
"unity": "2019.1",
"description": "A custom networking library for Unity.",
"keywords": [
"networking",
"self-hosted"
],
"author": {
"name": "Virtual Experiences Laboratory",
"email": "kjohnsen@uga.edu",
"url": "https://vel.engr.uga.edu"
},
"samples": [
{
"displayName": "Dissonance Integration",
"description": "Includes support for Dissonance Voice, available separately from the Unity Asset Store.",
"path": "Samples~/DissonanceIntegration"
},
{
"displayName": "Example",
"description": "Example Scene",
"path": "Samples~/Example"
}
],
"dependencies": {
}
}