SphereCapsuleCollider._vrm

This commit is contained in:
ousttrue
2024-11-16 02:44:56 +09:00
parent f2ad450dd5
commit a249fc7f37
7 changed files with 85 additions and 82 deletions

View File

@@ -552,7 +552,7 @@ namespace UniVRM10.Cloth.Viewer
void OnInit(RotateParticle.RotateParticleSystem system, Vrm10Instance vrm)
{
var animator = vrm.GetComponent<Animator>();
HumanoidCollider.AddColliders(system, animator);
HumanoidCollider.AddColliders(system._colliderGroups, animator);
try
{
ClothGuess.Guess(animator);