VelNet-Unity/TestVelGameServer/Packages/VelNetUnity/package.json

31 lines
812 B
JSON

{
"name": "edu.uga.engr.vel.velnetunity",
"displayName": "VelNetUnity",
"version": "1.0.1",
"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~/Dissonance Integration"
},
{
"displayName": "Example",
"description": "Example Scene",
"path": "Samples~/Example"
}
],
"dependencies": {
}
}