From 646137b221ec8c63aa9f1d5fa174ecb0122e9a2e Mon Sep 17 00:00:00 2001 From: ousttrue Date: Tue, 27 Feb 2024 19:19:02 +0900 Subject: [PATCH] =?UTF-8?q?VRM10SpringBoneColliderGroup=20=E3=81=AE?= =?UTF-8?q?=E5=90=8D=E5=89=8D=E5=8F=8D=E6=98=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/VRM10/Runtime/IO/Vrm10Importer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/VRM10/Runtime/IO/Vrm10Importer.cs b/Assets/VRM10/Runtime/IO/Vrm10Importer.cs index 640e3afc5..e3a608e8b 100644 --- a/Assets/VRM10/Runtime/IO/Vrm10Importer.cs +++ b/Assets/VRM10/Runtime/IO/Vrm10Importer.cs @@ -554,6 +554,7 @@ namespace UniVRM10 foreach (var g in gltfVrmSpringBone.ColliderGroups) { var colliderGroup = secondary.gameObject.AddComponent(); + colliderGroup.Name = g.Name; controller.SpringBone.ColliderGroups.Add(colliderGroup); if (g != null && g.Colliders != null)