バージョンチェックのエラー表記を修正

This commit is contained in:
j-hirose 2019-06-03 16:10:39 +09:00
parent fff1a294dc
commit ecaf53f0cb

View File

@ -309,7 +309,7 @@ namespace UniGLTF
Texture.name = m_textureName;
}
#else
Debug.LogError("Unsupported Unity version");
#error Unsupported Unity version
#endif
}
}