mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-04-10 14:39:01 +08:00
chore: set delete attached animator to true by default on MAMergeAnimator (#1092)
This commit is contained in:
parent
466017c102
commit
22cff4ba3f
@ -24,6 +24,7 @@
|
||||
|
||||
#if MA_VRCSDK3_AVATARS
|
||||
|
||||
using System;
|
||||
using UnityEngine;
|
||||
using VRC.SDK3.Avatars.Components;
|
||||
|
||||
@ -51,6 +52,11 @@ namespace nadena.dev.modular_avatar.core
|
||||
{
|
||||
// no-op
|
||||
}
|
||||
|
||||
private void Reset()
|
||||
{
|
||||
deleteAttachedAnimator = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user