Pretty much, if I try to enable Spine Tk2D, I get this error.
Assets/spine-unity/SkeletonDataAsset.cs(111,41): error CS1525: Unexpected symbol `skeletonDataScale'
So if I go to preferences, click enable on spine with TK2D, it's impossible for me to compile my game because this error comes up.
It goes away if I disable spine tk2d.
I fixed the error. The script was missing a semi-colon on line 110. Might want to update this if it's not in a newer version already!