From 126b475e7ca4384b67fcd3050589baf6f0362b52 Mon Sep 17 00:00:00 2001 From: SuGar-456 Date: Tue, 3 Feb 2026 11:54:08 +0800 Subject: [PATCH] UPM: explicitly include Runtime/Editor/Samples via files --- package.json | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b3768d5..5408714 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,23 @@ { "name": "com.udexreal.handdriver", "displayName": "Hand Driver", - "version": "2.1.8", + "version": "2.1.9", "unity": "2021.3", "description": "Hand Driver", "author": { "name": "Udexreal" }, -"dependencies": { + "dependencies": { "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": [ { "displayName": "Hand Driver Demo", @@ -18,4 +25,4 @@ "path": "Samples~/Hand Driver Demo" } ] -} \ No newline at end of file +}