Getting a slew of errors after upgrading my project |(
I had to remove spine-unity because it created a bunch of duplicate files at first with 1 on the end of the name, but after that I'm getting:
Assets/spine-unity/Ragdoll/SkeletonRagdoll2D.cs(286,37): error CS0619: UnityEngine.BoxCollider2D.center' is obsolete:
BoxCollider2D.center has been deprecated. Use BoxCollider2D.offset instead (UnityUpgradable).'
I think there are more errors but that's the first one.. there was a different one regarding another method that didn't exist before this one showed up.
Is it possible all your If defs for UNITY_5_0 are now broken in 5.1?
Edit: Yea I changed to UNITY_5_1 and it compiles now.