diff --git a/Runtime/HumanoidControl/Scripts/Interaction/HandInteraction.cs b/Runtime/HumanoidControl/Scripts/Interaction/HandInteraction.cs index 3ff62ed..651a150 100644 --- a/Runtime/HumanoidControl/Scripts/Interaction/HandInteraction.cs +++ b/Runtime/HumanoidControl/Scripts/Interaction/HandInteraction.cs @@ -114,7 +114,7 @@ namespace Passer.Humanoid { } } - private void DeterminePalmPosition() { + protected void DeterminePalmPosition() { if (hand.bone.transform == null) return; diff --git a/Runtime/HumanoidControl/Scripts/Targets/HandTarget.cs b/Runtime/HumanoidControl/Scripts/Targets/HandTarget.cs index 69988ab..c74a3f6 100644 --- a/Runtime/HumanoidControl/Scripts/Targets/HandTarget.cs +++ b/Runtime/HumanoidControl/Scripts/Targets/HandTarget.cs @@ -650,7 +650,7 @@ namespace Passer.Humanoid { #endregion - private void InitSubTargets() { + protected void InitSubTargets() { //foreach (TargetedBone subTarget in subTargets) // subTarget.Init(); shoulder.Init();