mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[unity] Fixed compile error on older Unity versions which contain PackageInfo but not FindForAssetPath. See #2223.
This commit is contained in:
parent
042a6dfd1d
commit
c658453bb5
@ -51,7 +51,7 @@
|
|||||||
#define PROBLEMATIC_PACKAGE_ASSET_MODIFICATION
|
#define PROBLEMATIC_PACKAGE_ASSET_MODIFICATION
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if UNITY_2017_3_OR_NEWER
|
#if UNITY_2019_2_OR_NEWER
|
||||||
#define HAS_PACKAGE_INFO
|
#define HAS_PACKAGE_INFO
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user