• Unity
  • 'AnimationReferenceAsset', 'SkeletonAnimation' Script Error

Hello. First I'd like to thank Esoteric Software for their commitment to supporting their software and it's users!

I was following a video tutorial on how to make a simple 2D character controller. I made sure to check the syntax, but I am still being returned these errors in the screen grab I've attached below. Have I missed something or could this be attributed to version misalignment? The version of Spine I am using is 4.1.18 and for Unity, 2021.2.16f1. Thank you so much for taking a look!

Related Discussions
...

Welcome to the Spine forum!

Please add the following code to the first line of your script:

using Spine.Unity

Make sure to add the above code if you want to use the types provided by the spine-unity runtime 🙂

Agh, it felt like a bonehead move :facepalm: ! Thank you, I'm going to be more thorough next time.