mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
List explicit Spine editor version that is supported.
This commit is contained in:
parent
ef50131431
commit
f63561085a
@ -10,7 +10,7 @@ The Spine Runtimes are developed with the intent to be used with data exported f
|
||||
|
||||
## Spine version
|
||||
|
||||
spine-as3 works with data exported from the latest, non-beta Spine version.
|
||||
spine-as3 works with data exported from Spine 3.4.02.
|
||||
|
||||
spine-as3 supports all Spine features, including meshes. If using the `spine.flash` classes for rendering, meshes are not supported.
|
||||
|
||||
|
||||
@ -12,7 +12,7 @@ The Spine Runtimes are developed with the intent to be used with data exported f
|
||||
|
||||
## Spine version
|
||||
|
||||
spine-c works with data exported from the latest, non-beta version of Spine.
|
||||
spine-c works with data exported from Spine 3.4.02.
|
||||
|
||||
spine-c supports all Spine features.
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@ The Spine Runtimes are developed with the intent to be used with data exported f
|
||||
|
||||
## Spine version
|
||||
|
||||
spine-cocos2d-objc works with data exported from from the latest, non-beta version of Spine.
|
||||
spine-cocos2d-objc works with data exported from Spine 3.4.02.
|
||||
|
||||
spine-cocos2d-objc supports all Spine features.
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@ The Spine Runtimes are developed with the intent to be used with data exported f
|
||||
|
||||
## Spine version
|
||||
|
||||
spine-cocos2dx works with data exported from from the latest, non-beta version of Spine.
|
||||
spine-cocos2dx works with data exported from Spine 3.4.02.
|
||||
|
||||
spine-cocos2dx supports all Spine features.
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@ The Spine Runtimes are developed with the intent to be used with data exported f
|
||||
|
||||
## Spine version
|
||||
|
||||
spine-corona works with data exported from the latest, non-beta Spine version.
|
||||
spine-corona works with data exported from Spine 3.4.02.
|
||||
|
||||
spine-corona supports all Spine features.
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@ The Spine Runtimes are developed with the intent to be used with data exported f
|
||||
|
||||
## Spine version
|
||||
|
||||
spine-csharp works with data exported from the latest, non-beta version of Spine.
|
||||
spine-csharp works with data exported from Spine 3.4.02.
|
||||
|
||||
spine-csharp supports all Spine features.
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@ The Spine Runtimes are developed with the intent to be used with data exported f
|
||||
|
||||
## Spine version
|
||||
|
||||
spine-libgdx works with data exported from the latest, non-beta version of Spine.
|
||||
spine-libgdx works with data exported from Spine 3.4.02.
|
||||
|
||||
spine-libgdx supports all Spine features and is the reference runtime implementation.
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@ The Spine Runtimes are developed with the intent to be used with data exported f
|
||||
|
||||
## Spine version
|
||||
|
||||
spine-love works with data exported from the latst, non-beta Spine version.
|
||||
spine-love works with data exported from Spine 3.4.02.
|
||||
|
||||
spine-love supports all Spine features except for blending modes other than normal.
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@ The Spine Runtimes are developed with the intent to be used with data exported f
|
||||
|
||||
## Spine version
|
||||
|
||||
spine-lua works with data exported from the latest, non-beta Spine version.
|
||||
spine-lua works with data exported from Spine 3.4.02.
|
||||
|
||||
spine-lua supports all Spine features.
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@ The Spine Runtimes are developed with the intent to be used with data exported f
|
||||
|
||||
## Spine version
|
||||
|
||||
spine-monogame works with data exported from from the latest, non-beta version of Spine.
|
||||
spine-monogame works with data exported from Spine 3.4.02.
|
||||
|
||||
spine-monogame supports all Spine features.
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@ The Spine Runtimes are developed with the intent to be used with data exported f
|
||||
|
||||
## Spine version
|
||||
|
||||
spine-sfml works with data exported from the latest, non-beta version of Spine.
|
||||
spine-sfml works with data exported from Spine 3.4.02.
|
||||
|
||||
spine-sfml supports all Spine features.
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@ The Spine Runtimes are developed with the intent to be used with data exported f
|
||||
|
||||
## Spine version
|
||||
|
||||
spine-starling works with data exported from the latest, non-beta Spine version.
|
||||
spine-starling works with data exported from Spine 3.4.02.
|
||||
|
||||
spine-starling supports all Spine features.
|
||||
|
||||
|
||||
@ -18,7 +18,7 @@ The Spine Runtimes are developed with the intent to be used with data exported f
|
||||
|
||||
## Spine version
|
||||
|
||||
spine-ts works with data exported from the latest, non-beta Spine version.
|
||||
spine-ts works with data exported from Spine 3.4.02.
|
||||
|
||||
spine-ts WebGL & Widget backends supports all Spine features. The spine-ts Canvas backend does not support color tinting, mesh attachments or shearing. Mesh attachments are supported by setting `spine.canvas.SkeletonRenderer.useTriangleRendering` to true. Note that this method is slow and may lead to artifacts on some browsers. The spine-ts THREE.JS backend does not support color tinting and blend modes. The THREE.JS backend provides `SkeletonMesh.zOffset` to avoid z-fighting. Adjust to your near/far plane settings.
|
||||
|
||||
|
||||
@ -14,7 +14,7 @@ The Spine Runtimes are developed with the intent to be used with data exported f
|
||||
|
||||
## Spine version
|
||||
|
||||
spine-unity works with data exported from the latest, non-beta version of Spine.
|
||||
spine-unity works with data exported from Spine 3.4.02.
|
||||
|
||||
spine-unity supports all Spine features.
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@ The Spine Runtimes are developed with the intent to be used with data exported f
|
||||
|
||||
## Spine version
|
||||
|
||||
spine-xna works with data exported from the latest, non-beta version of Spine.
|
||||
spine-xna works with data exported from Spine 3.4.02.
|
||||
|
||||
spine-xna supports all Spine features.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user