com.amanotes.gdk 0.2.102 → 0.2.104

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [0.2.104] - 2026-06-10
2
+ - fix(ci): Add exit command after successful build completion in GDKCIBuildCommand
3
+ - [Dev] Add ads_cached to Max ad event tracking
4
+
5
+ ## [0.2.103] - 2026-06-08
6
+
7
+
1
8
  ## [0.2.102] - 2026-05-13
2
9
  - [Fix] Wait for rewarded video callback
3
10
 
@@ -563,6 +563,7 @@ namespace Amanotes.Core
563
563
  // Save build metadata
564
564
  BuildMetadata.Save(buildPath, buildTarget);
565
565
  LogInfo("=== Build Process Completed Successfully ===");
566
+ EditorApplication.Exit(0);
566
567
  }
567
568
  catch (Exception ex)
568
569
  {
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/Runtime/AmaGDK.cs CHANGED
@@ -27,7 +27,7 @@ namespace Amanotes.Core
27
27
  {
28
28
  public partial class AmaGDK : MonoBehaviour
29
29
  {
30
- public const string VERSION = "0.2.102";
30
+ public const string VERSION = "0.2.104";
31
31
 
32
32
  internal static Status _status = Status.None;
33
33
  internal static ConfigAsset _config = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.amanotes.gdk",
3
- "version": "0.2.102",
3
+ "version": "0.2.104",
4
4
  "displayName": "AmaGDK",
5
5
  "description": "Amanotes Game Development Kit",
6
6
  "unity": "2020.3",