@SoulGame.
Per-slot material is up.
Check this thread for the sample code: Per-instance material
If you're updating through the unitypackage, please read the PSA here: Noteworthy Spine-Unity Topics
ie. delete the old SkeletonJson.cs if you have that file.
SoulGame

- 10日前
- 2015年12月14日に参加
Mitch, he's asking about something else now. Gauge doesn't apply.
That's right. FindAnimation gets a
Spine.Animation
(animation clip data, with keys and timelines and stuff).
https://github.com/EsotericSoftware/spine-runtimes/blob/master/spine-csharp/src/Animation.cs#L36GetCurrent gets the
TrackEntry
(an instance of animation playback).
https://github.com/EsotericSoftware/spine-runtimes/blob/master/spine-csharp/src/AnimationState.cs#L262