From 0a5de465ad8a7180718dc50438929f9e656ccb6e Mon Sep 17 00:00:00 2001 From: ousttrue Date: Tue, 24 Dec 2024 15:10:21 +0900 Subject: [PATCH 1/2] 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 8832a97d7a..5412f76d69 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" } ] } From a481f3287f237eccf5fdb87391c7ec54f2151a8d Mon Sep 17 00:00:00 2001 From: ousttrue Date: Tue, 24 Dec 2024 15:17:04 +0900 Subject: [PATCH 2/2] fix description --- Assets/VRM10/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/VRM10/package.json b/Assets/VRM10/package.json index 5412f76d69..d3110637ec 100644 --- a/Assets/VRM10/package.json +++ b/Assets/VRM10/package.json @@ -29,7 +29,7 @@ }, { "displayName": "ClothSample", - "description": "First Person layer sample with multi camera", + "description": "Experimental cloth implementation", "path": "Samples~/ClothSample" } ]