Hi, I am new to Spine and Code
I've try to use the AnimationReferenceAsset, the problem is , my AnimationReferenceAsset clips are quite a lot, to drag and choose one from inspector like below is time consuming,
Loading Image
So I was thinking, if there is a way to assign AnimationReferenceAsset by code?
For example, Let's say, I have 3 clips, IDLE, WALK, HIT
public AnimationReferenceAsset IDLE, WALK, HIT;
How can I assign them with code instead of drag them in inspectors?
Thanks