Save snapshot of Spine animation

It is possible to somehow grab a snapshot of a spine animation at runtime to save as an image file? Or are spine animations rendered directly to the scene and not to a temporary buffer/texture?

You can draw them onto a Render Texture and snapshot that.

1 Like