diff --git a/src/Consts.cs b/src/Consts.cs index f095d07..d2f4bf0 100644 --- a/src/Consts.cs +++ b/src/Consts.cs @@ -16,6 +16,12 @@ public class EcsUnityDefines { + public const bool ENABLE_IL2CPP = +#if ENABLE_IL2CPP + true; +#else + false; +#endif // public const bool DISABLE_SERIALIZE_REFERENCE_RECOVERY = //#if DISABLE_SERIALIZE_REFERENCE_RECOVERY // true;