Harald Csaszar 3151c18b6c [unity] `SkeletonRenderer` components now provide an additional update mode `Only Event Timelines` at the `Update When Invisible` property. Added methods to AnimationState for proper behaviour during transitions. Closes #1815. 4 anos atrás
..
Properties 1b16e521ca [csharp, monogame, xna] Updated copyright info. 9 anos atrás
nuget 6a6285aa6f Added nuget. 11 anos atrás
src 3151c18b6c [unity] `SkeletonRenderer` components now provide an additional update mode `Only Event Timelines` at the `Update When Invisible` property. Added methods to AnimationState for proper behaviour during transitions. Closes #1815. 4 anos atrás
tests c73f8c1f42 [csharp] Ported automated test set 'AnimationStateTests' to csharp and Unity. 5 anos atrás
LICENSE 7f7e5f0fec Updated license headers and LICENSE files. 6 anos atrás
README.md bbce5b915d Updated README.mds. 6 anos atrás
spine-csharp.csproj 9b5a5cc0eb [csharp] Added missing file reference (OrderedDictionary.cs) to csproj project. 6 anos atrás
spine-csharp.sln 45e300bbfc Upgraded to VS2010. Removed XNA dependency. 12 anos atrás

README.md

spine-csharp

The spine-csharp runtime provides functionality to load and manipulate Spine skeletal animation data using C# (C Sharp). It does not perform rendering but can be extended to enable Spine animations for other C#-based projects.

Licensing

You are welcome to evaluate the Spine Runtimes and the examples we provide in this repository free of charge.

You can integrate the Spine Runtimes into your software free of charge, but users of your software must have their own Spine license. Please make your users aware of this requirement! This option is often chosen by those making development tools, such as an SDK, game toolkit, or software library.

In order to distribute your software containing the Spine Runtimes to others that don't have a Spine license, you need a Spine license at the time of integration. Then you can distribute your software containing the Spine Runtimes however you like, provided others don't modify it or use it to create new software. If others want to do that, they'll need their own Spine license.

For the official legal terms governing the Spine Runtimes, please read the Spine Runtimes License Agreement and Section 2 of the Spine Editor License Agreement.

Spine version

spine-csharp works with data exported from Spine 3.8.xx.

spine-csharp supports all Spine features.

Setup

  1. Download the Spine Runtimes source using git or by downloading it as a zip via the download button above.
  2. Open the spine-csharp.sln Visual Studio 2015 Community project file.

Alternatively, the contents of the spine-csharp/src directory can be copied into your project.

Runtimes Extending spine-csharp