diff --git a/.github/workflows/npm-publish.yml b/TestVelGameServer/Packages/VelNetUnity/.github/workflows/npm-publish.yml similarity index 100% rename from .github/workflows/npm-publish.yml rename to TestVelGameServer/Packages/VelNetUnity/.github/workflows/npm-publish.yml diff --git a/TestVelGameServer/Packages/VelNetUnity/package.json b/TestVelGameServer/Packages/VelNetUnity/package.json index 7989fb5..9f11729 100644 --- a/TestVelGameServer/Packages/VelNetUnity/package.json +++ b/TestVelGameServer/Packages/VelNetUnity/package.json @@ -1,28 +1,38 @@ { - "name": "edu.uga.engr.vel.velnet", - "displayName": "VelNet", - "version": "1.1.6", - "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": "Example Dissonance", - "description": "Example Scene with Dissonance Integration Required", - "path": "Samples~/ExampleDissonance" - }, - { - "displayName": "Example VEL Voice", - "description": "Example Scene using Built-in VEL Voice", - "path": "Samples~/ExampleVelVoice" - } - ] + "name": "edu.uga.engr.vel.velnet", + "displayName": "VelNet", + "version": "1.1.7", + "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": "Basic Example", + "description": "Example Scene with minimal setup", + "path": "Samples~/BasicExample" + }, + { + "displayName": "Full Example", + "description": "Example Scene with VelVoice and several example sync scripts", + "path": "Samples~/FullExample" + }, + { + "displayName": "VEL Voice Example", + "description": "Example Scene using Built-in VEL Voice", + "path": "Samples~/VelVoiceExample" + }, + { + "displayName": "Dissonance Example", + "description": "Example Scene with Dissonance Integration Required", + "path": "Samples~/DissonanceExample" + } + ] } \ No newline at end of file