From be1adeb031903a3db67b1796f2cff88dac051856 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Tue, 24 Dec 2024 13:56:26 +0900 Subject: [PATCH] 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..d3110637e 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": "Experimental cloth implementation", + "path": "Samples~/ClothSample" } ] }