eprime Hi, I have try to run a spine 4.1 project with "sequence", but don't work. I suppose that the sequence has not yet been implemented in the monogame runtimes, right? best
Mario Sequences, like all core parts of the runtime, are part of spine-csharp and not a specific engine or framework integration. They are available in the 4.1 branch of the runtimes GitHub repository. Please make sure you've updated your spine-csharp sources as well.
eprime Hi Mario, I have just download all the github zip I attach screen shot. The problem is only with sequence... (AtlasRegion)regionAttachment.Region is null because when use sequence the region is inside (AtlasRegion)regionAttachment.Sequence.Regions[]
Nate This was a bug with the spine-monogame SkeletonRenderer, now fixed: https://github.com/EsotericSoftware/spine-runtimes/commit/899f7d77efcddde36a9b27938720c51ffc6b7528 Thanks for letting us know!