mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-10 09:08:42 +08:00
[unity] Updated version numbers in compatibility code checks and version.txt file.
This commit is contained in:
parent
098a1b7306
commit
e8c7d61058
@ -62,8 +62,8 @@ namespace Spine.Unity.Editor {
|
||||
public const string SkeletonDataSuffix = "_SkeletonData";
|
||||
public const string AtlasSuffix = "_Atlas";
|
||||
|
||||
static readonly int[][] compatibleBinaryVersions = { new[] { 3, 8, 0 } };
|
||||
static readonly int[][] compatibleJsonVersions = { new[] { 3, 8, 0 } };
|
||||
static readonly int[][] compatibleBinaryVersions = { new[] { 3, 8, 0 }, new[] { 3, 9, 0 } };
|
||||
static readonly int[][] compatibleJsonVersions = { new[] { 3, 8, 0 }, new[] { 3, 9, 0 } };
|
||||
//static bool isFixVersionRequired = false;
|
||||
|
||||
/// HACK: This list keeps the asset reference temporarily during importing.
|
||||
|
||||
@ -1 +1 @@
|
||||
This Spine-Unity runtime works with data exported from Spine Editor version: 3.8.xx
|
||||
This Spine-Unity runtime works with data exported from Spine Editor version: 3.8.xx and 3.9.xx
|
||||
Loading…
x
Reference in New Issue
Block a user