The offending line is this:Assets/spin-examples/Scripts/DynamicSpineBone.cs(43,35): error CS0123: A method or delegateDynamicSpineBone.UpdateLocal(SkeletonRenderer)' parameters do not match delegate
UpdateBonesDelegate(ISkeletonAnimation)' parameters
skeletonAnimation.UpdateLocal += UpdateLocal;
Inside of DynamicSpineBone.
Thoughts?
P.S. Commenting them out seems to lead to a cascade of errors. Is there any update guide or notes I missed? I think the version I am updating from has some legacy files that are remaining that shouldnt?