diff --git a/Assets/VRM10/Runtime/Components/VRM10Controller/VRM10Controller.cs b/Assets/VRM10/Runtime/Components/VRM10Controller/VRM10Controller.cs index 92cb9aba8..2c565c1a5 100644 --- a/Assets/VRM10/Runtime/Components/VRM10Controller/VRM10Controller.cs +++ b/Assets/VRM10/Runtime/Components/VRM10Controller/VRM10Controller.cs @@ -17,9 +17,11 @@ namespace UniVRM10 /// * ColliderGroup /// * Springs /// + /// * DefaultExecutionOrder(11000) means calculate springbone after FinalIK( VRIK ) /// [AddComponentMenu("VRM10/VRMController")] [DisallowMultipleComponent] + [DefaultExecutionOrder(11000)] public class VRM10Controller : MonoBehaviour { [SerializeField, Header("VRM1")]