From c21424b91b7edef1c70a629316e3de4038f7dc5d Mon Sep 17 00:00:00 2001 From: SuGar-456 Date: Wed, 3 Dec 2025 14:50:45 +0800 Subject: [PATCH] Add Hand Driver Demo sample --- package.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6e84b64..c6f66df 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,13 @@ "author": { "name": "Udexreal" }, - "dependencies": { - } -} +"dependencies": { + }, + "samples": [ + { + "displayName": "Hand Driver Demo", + "description": "Example scene for Hand Driver.", + "path": "Samples~/Hand Driver Demo" + } + ] +} \ No newline at end of file