mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +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
|
||||
#endif
|
||||
|
||||
#if UNITY_2017_3_OR_NEWER
|
||||
#if UNITY_2019_2_OR_NEWER
|
||||
#define HAS_PACKAGE_INFO
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user