• Runtimes
  • monogame runtime miss sequence?

  • संपादित
Related Discussions
...

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

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.

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[]

Hi Nate!
Thank you now it's works :yes: