[AlternateIKSystem] Fix offset issues

This commit is contained in:
NotAKidoS 2023-07-14 03:37:53 -05:00
parent 9847827813
commit 99c0256ed3
4 changed files with 20 additions and 26 deletions

View file

@ -1,6 +1,4 @@
using ABI.CCK.Components;
using NAK.AlternateIKSystem.VRIKHelpers;
using RootMotion.FinalIK;
using RootMotion.FinalIK;
using UnityEngine;
namespace NAK.AlternateIKSystem.IK.IKHandlers;

View file

@ -1,6 +1,4 @@
using ABI.CCK.Components;
using NAK.AlternateIKSystem.VRIKHelpers;
using RootMotion.FinalIK;
using RootMotion.FinalIK;
using UnityEngine;
namespace NAK.AlternateIKSystem.IK.IKHandlers;
@ -28,7 +26,7 @@ internal class IKHandlerHalfBody : IKHandler
_vrik.onPreSolverUpdate.AddListener(OnPreSolverUpdateHalfBody);
}
#endregion
#region VRIK Solver Events