[unity] Fix non-Spine jsons from reporting version mismatch.

This commit is contained in:
pharan 2017-03-16 12:12:41 +08:00
parent 5443a70f44
commit fe0b627c75

View File

@ -1221,7 +1221,7 @@ namespace Spine.Unity.Editor {
}
// Version warning
{
if (isSpineData) {
string runtimeVersion = compatibleVersions[0][0] + "." + compatibleVersions[0][1];
if (string.IsNullOrEmpty(rawVersion)) {