Hi Nate,
Thanks for the reply. I think the API is excellent. The problem is that when I used that property, it's throwing an error.
'Animation' does not contain a definition for 'name' and no accessible extension method 'name' accepting a first argument of type 'Animation' could be found (are you missing a using directive or an assembly reference?)
I checked the type of object that var animation = data.FindAnimation("Interaction"); is, and it's a Spine.Animation.
So this should work, but doesn't.
EDIT: So, this is case sensitive. The problem is that in the API, it shows lowercase "name" to get the name, whereas the actual codebase references "Name." Not sure why there is that difference.