diff --git a/Runtime/Scripts/VA_AnimatorSystem.cs b/Runtime/Scripts/VA_AnimatorSystem.cs index cff1a42..95f584f 100644 --- a/Runtime/Scripts/VA_AnimatorSystem.cs +++ b/Runtime/Scripts/VA_AnimatorSystem.cs @@ -5,7 +5,7 @@ using Unity.Mathematics; namespace TAO.VertexAnimation { // System to update all the animations. - public class VA_AnimatorSystem : SystemBase + public partial class VA_AnimatorSystem : SystemBase { protected override void OnUpdate() {