updated sample folder names in package, moved github workflow to upm folder
parent
50999f5ad1
commit
2945fe7ecd
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "edu.uga.engr.vel.velnet",
|
||||
"displayName": "VelNet",
|
||||
"version": "1.1.6",
|
||||
"version": "1.1.7",
|
||||
"unity": "2019.1",
|
||||
"description": "A custom networking library for Unity.",
|
||||
"keywords": [
|
||||
|
|
@ -15,14 +15,24 @@
|
|||
},
|
||||
"samples": [
|
||||
{
|
||||
"displayName": "Example Dissonance",
|
||||
"description": "Example Scene with Dissonance Integration Required",
|
||||
"path": "Samples~/ExampleDissonance"
|
||||
"displayName": "Basic Example",
|
||||
"description": "Example Scene with minimal setup",
|
||||
"path": "Samples~/BasicExample"
|
||||
},
|
||||
{
|
||||
"displayName": "Example VEL Voice",
|
||||
"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~/ExampleVelVoice"
|
||||
"path": "Samples~/VelVoiceExample"
|
||||
},
|
||||
{
|
||||
"displayName": "Dissonance Example",
|
||||
"description": "Example Scene with Dissonance Integration Required",
|
||||
"path": "Samples~/DissonanceExample"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue