diff --git a/Runtime/Code/SDK/GuruSDK.Analytics.cs b/Runtime/Code/SDK/GuruSDK.Analytics.cs index 39f1818..18fac76 100644 --- a/Runtime/Code/SDK/GuruSDK.Analytics.cs +++ b/Runtime/Code/SDK/GuruSDK.Analytics.cs @@ -817,7 +817,6 @@ namespace Guru public static void LogEarnVirtualCurrencyByIGC(string currencyName, string spendCurrencyName, int value = 0, int balance = 0, string levelName = "", string scene = "", Dictionary extra = null) { - if (extra.Count == 0) throw new ArgumentException("Value cannot be an empty collection.", nameof(extra)); string category = Consts.CurrencyCategoryIGC; string itemName = spendCurrencyName; if (string.IsNullOrEmpty(scene)) scene = Consts.ParameterDefaultScene;