From 6c0170e4cf1f4805e445229455a03b449114de8d Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Wed, 29 Mar 2023 14:51:36 +0200 Subject: [PATCH] Update accessibility --- Runtime/HumanoidControl/Scripts/HumanoidControl.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/HumanoidControl/Scripts/HumanoidControl.cs b/Runtime/HumanoidControl/Scripts/HumanoidControl.cs index 1cb6d07..ef3eddc 100644 --- a/Runtime/HumanoidControl/Scripts/HumanoidControl.cs +++ b/Runtime/HumanoidControl/Scripts/HumanoidControl.cs @@ -470,7 +470,7 @@ namespace Passer.Humanoid { OnChangeAvatarEvent?.Invoke(); } - public void InitializeAvatar() { + public virtual void InitializeAvatar() { avatarRig = GetAvatar(this.gameObject); // Move the animator controller to the targets rig for proper animation support