[unity] Fixed compile error on older Unity versions which contain PackageInfo but not FindForAssetPath. See #2223.

This commit is contained in:
Harald Csaszar 2023-01-11 21:34:11 +01:00
parent 042a6dfd1d
commit c658453bb5

View File

@ -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