Spine 런타임 설명서

아래에서 Spine 런타임을 사용하는 데 필요한 포괄적인 설명서를 찾을 수 있습니다. 도움을 받을 수 있는 기타 리소스에 Spine FAQSpine 포럼이 있습니다.

To get the latest source code, explore Spine Runtimes example projects, or file bugs, visit our Spine Runtimes GitHub repository.


  • JSON format
    Runtimes load this data to display animations. Spine imports this format, allowing interoperability with other tools.
  • Binary format
    Runtimes load this data to display animations. Spine imports this format, allowing interoperability with other tools.
  • Atlas format
    Runtimes load this data to display images efficiently.


  • Skeleton Viewer
    A tool to load and display exported skeleton data.
  • Super Spineboy
    An example platformer game showing how Spine can be used. All code and assets are included.