I downloaded the latest runtimes, created a new project in Unity (4.1.5), import 2DToolkit package Version 2 Final + hotfix 2, copy that latest Spine C# runtime and after I drag in the spine-tk2d folder I get the following error:
Assets/Plugins/spine-tk2d/Code/tk2dSpineSkeleton.cs(8,49): error CS0246: The type or namespace name `tk2dRuntime' could not be found. Are you missing a using directive or an assembly reference?
This is the offending line:
public class tk2dSpineSkeleton : MonoBehaviour, tk2dRuntime.ISpriteCollectionForceBuild {
Have I done something wrong or is there a compatibility issue here? Any and all help here would be appreciated,
Thanks,
Allen