Changed FastSpringBoneService ExecutionOrder to make sure FastSpringBoneService executes after Vrm10Instance

This commit is contained in:
T-Kuhn
2023-01-25 12:56:15 +09:00
parent a351bf9567
commit b8445abf1f

View File

@@ -2,7 +2,7 @@ using UnityEngine;
namespace UniVRM10.FastSpringBones.System
{
[DefaultExecutionOrder(11000)]
[DefaultExecutionOrder(11010)]
/// <summary>
/// VRM-1.0 ではコンポーネントの処理順が規定されている
///