diff --git a/Module/Advertising/Runtime/General/Advertising.cs b/Module/Advertising/Runtime/General/Advertising.cs index 4991746..6a4ff00 100644 --- a/Module/Advertising/Runtime/General/Advertising.cs +++ b/Module/Advertising/Runtime/General/Advertising.cs @@ -191,7 +191,7 @@ private void InitGDPR() Debug.Log("TestDeviceHashedId = " + deviceIDUpperCase); var request = new ConsentRequestParameters { TagForUnderAgeOfConsent = false }; - if (adSettings.EnableGDPRTestMode) + if (AdSettings.EnableGDPRTestMode) { List listDeviceIdTestMode = new List(); listDeviceIdTestMode.Add(deviceIDUpperCase); diff --git a/Module/ControlPanel/ConstantPackage.cs b/Module/ControlPanel/ConstantPackage.cs index 48b0097..3371b2f 100644 --- a/Module/ControlPanel/ConstantPackage.cs +++ b/Module/ControlPanel/ConstantPackage.cs @@ -2,7 +2,7 @@ { public class ConstantPackage { - public const string VersionUnityCommon = "1.4.1"; + public const string VersionUnityCommon = "1.4.2"; public const string PackageNameInAppPurchase = "com.unity.purchasing"; public const string MaxVersionInAppPurchase = "4.12.2"; public const string PackageNameNewtonsoftJson = "com.unity.nuget.newtonsoft-json"; diff --git a/README.md b/README.md index ef321c0..2ad59a0 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ ### 1: Download the repo and drop it into folder `Assets` ### 2: Add the line below to `Packages/manifest.json` -for version `1.4.1` +for version `1.4.2` ```csharp -"com.wolf-org.sunflower2":"https://github.com/wolf-org/sunflower_2.git#1.4.1", +"com.wolf-org.sunflower2":"https://github.com/wolf-org/sunflower_2.git#1.4.2", ``` ## Includes modules diff --git a/package.json b/package.json index c6c51f1..dc15d26 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "com.wolf-org.sunflower2", "displayName": "Sunflower2", "description": "Core singleton for building Unity games ", - "version": "1.4.1", + "version": "1.4.2", "unity": "2022.3", "category": "virtuesky", "license": "MIT",