mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-05 06:44:56 +08:00
[unity] Fixed a compile error when TK2D define is enabled.
This commit is contained in:
parent
5ec1ed8d9e
commit
4d7a1c173c
@ -310,7 +310,7 @@ namespace Spine.Unity.Editor {
|
||||
string dir = Path.GetDirectoryName(skeletonPath);
|
||||
|
||||
#if SPINE_TK2D
|
||||
IngestSpineProject(loadedAsset, compatibilityProblems, null);
|
||||
IngestSpineProject(loadedAsset, null);
|
||||
#else
|
||||
var localAtlases = FindAtlasesAtPath(dir);
|
||||
var requiredPaths = GetRequiredAtlasRegions(skeletonPath);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user