mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[unity] Fix non-Spine jsons from reporting version mismatch.
This commit is contained in:
parent
5443a70f44
commit
fe0b627c75
@ -1221,7 +1221,7 @@ namespace Spine.Unity.Editor {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Version warning
|
// Version warning
|
||||||
{
|
if (isSpineData) {
|
||||||
string runtimeVersion = compatibleVersions[0][0] + "." + compatibleVersions[0][1];
|
string runtimeVersion = compatibleVersions[0][0] + "." + compatibleVersions[0][1];
|
||||||
|
|
||||||
if (string.IsNullOrEmpty(rawVersion)) {
|
if (string.IsNullOrEmpty(rawVersion)) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user