UPM: explicitly include Runtime/Editor/Samples via files

upm-2.1.8
SuGar-456 1 month ago
parent 64968be9eb
commit 126b475e7c
  1. 15
      package.json

@ -1,16 +1,23 @@
{ {
"name": "com.udexreal.handdriver", "name": "com.udexreal.handdriver",
"displayName": "Hand Driver", "displayName": "Hand Driver",
"version": "2.1.8", "version": "2.1.9",
"unity": "2021.3", "unity": "2021.3",
"description": "Hand Driver", "description": "Hand Driver",
"author": { "author": {
"name": "Udexreal" "name": "Udexreal"
}, },
"dependencies": { "dependencies": {
"com.unity.nuget.newtonsoft-json": "3.2.1", "com.unity.nuget.newtonsoft-json": "3.2.1",
"com.unity.xr.interaction.toolkit": "2.5.4" "com.unity.xr.interaction.toolkit": "2.5.4"
}, },
"files": [
"Runtime",
"Editor",
"Samples~",
"Documentation~",
"README.md"
],
"samples": [ "samples": [
{ {
"displayName": "Hand Driver Demo", "displayName": "Hand Driver Demo",
@ -18,4 +25,4 @@
"path": "Samples~/Hand Driver Demo" "path": "Samples~/Hand Driver Demo"
} }
] ]
} }

Loading…
Cancel
Save