SpineTimeline icon indicating copy to clipboard operation
SpineTimeline copied to clipboard

Referencing animation by string instead of by AnimationReferenceAsset

Open midiphony opened this issue 3 years ago • 0 comments

Hello ! :)

This "issue" is not specific to your SpineTimeline implementation, since the official Spine Timeline implementation also chose the same solution.

I was wondering why you forced the use of an AnimationReferenceAsset for referencing animations ?

My use case is that I would like to use a TimelineAsset for multiple Spine (SkeletonAnimations), and I could just bind the Timeline at runtime to the instance of the Spine. My issue is that the AnimationReferenceAsset would be linked to a specific SkeletonDataAsset (even if I see the point of the initialization of the AnimationReferenceAsset). But I might be missing something !

I'd be happy to discuss with you about this use case :) (you can just close the issue if you don't have time ;) )

midiphony avatar Oct 08 '21 13:10 midiphony