diff --git a/Runtime/HumanoidControl/Scripts/HumanoidControl.cs b/Runtime/HumanoidControl/Scripts/HumanoidControl.cs index b4421df..6f2473f 100644 --- a/Runtime/HumanoidControl/Scripts/HumanoidControl.cs +++ b/Runtime/HumanoidControl/Scripts/HumanoidControl.cs @@ -396,7 +396,7 @@ namespace Passer.Humanoid { } } - public void LocalChangeAvatar(GameObject avatarPrefab) { + public virtual void LocalChangeAvatar(GameObject avatarPrefab) { if (avatarPrefab == null) return;