From 0a5de465ad8a7180718dc50438929f9e656ccb6e Mon Sep 17 00:00:00 2001 From: ousttrue Date: Tue, 24 Dec 2024 15:10:21 +0900 Subject: [PATCH] add sample package.json --- Assets/VRM10/package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Assets/VRM10/package.json b/Assets/VRM10/package.json index 8832a97d7..5412f76d6 100644 --- a/Assets/VRM10/package.json +++ b/Assets/VRM10/package.json @@ -26,6 +26,11 @@ "displayName": "VRM10FirstPersonSample", "description": "First Person layer sample with multi camera", "path": "Samples~/VRM10FirstPersonSample" + }, + { + "displayName": "ClothSample", + "description": "First Person layer sample with multi camera", + "path": "Samples~/ClothSample" } ] }