com.amanotes.gdk 0.2.81-alpha.6 → 0.2.81-alpha.8

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,21 +1,3 @@
1
- ## [v0.2.81-alpha.6] - 2024-12-10
2
- - [Dev] Refactor Consent module
3
- - [Dev] Add GDKTaskTracker
4
- - [Release] 0.2.81-alpha.5
5
- - [Dev] Save build info
6
- - Revert "[Dev] Analytics save file in async"
7
- - [Dev] Make GDKDebug thread-safe
8
- - [Dev] Add GDKPostBuildAsset
9
- - [Fix] Retrieve the correct app version from CI variable
10
- - [Dev] Improve GDK editor experience before config asset imported
11
- - [Dev] Analytics save file in async
12
- - [Dev] Move GDKFileUtils to a separated file
13
- - [Dev] Update game ops model
14
- - [Dev] Add ABLab
15
- - [Dev] Move imported GDK Adapter from RawData to Modules
16
-
17
- # Changelog
18
-
19
1
  ## [0.2.80] - 2024-11-13
20
2
  - [Dev] Don't use obsolete functions
21
3
  - [Dev] Add CrashlyticHook
@@ -30,7 +12,6 @@
30
12
  - [Dev] Track Adapters and Third-party packages used in games
31
13
 
32
14
  ## [0.2.77] - 2024-11-07
33
- - [Release] 0.2.76
34
15
  - [Dev] Remove GDKAudio
35
16
  - [Dev] Handle format exception in RemoteConfig
36
17
  - [Dev] Handle exception of FetchConfig
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 = "v0.2.81-alpha.6";
30
+ public const string VERSION = "v0.2.81-alpha.8";
31
31
 
32
32
  internal static Status _status = Status.None;
33
33
  internal static ConfigAsset _config = null;
@@ -0,0 +1,8 @@
1
+ fileFormatVersion: 2
2
+ guid: 556517e393f149748cf9890d5d436491
3
+ folderAsset: yes
4
+ DefaultImporter:
5
+ externalObjects: {}
6
+ userData:
7
+ assetBundleName:
8
+ assetBundleVariant:
@@ -0,0 +1,8 @@
1
+ fileFormatVersion: 2
2
+ guid: 19f1c4b4ece54d438bb89c63b87846bf
3
+ folderAsset: yes
4
+ DefaultImporter:
5
+ externalObjects: {}
6
+ userData:
7
+ assetBundleName:
8
+ assetBundleVariant:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.amanotes.gdk",
3
- "version": "0.2.81-alpha.6",
3
+ "version": "0.2.81-alpha.8",
4
4
  "displayName": "AmaGDK",
5
5
  "description": "Amanotes Game Development Kit",
6
6
  "unity": "2019.4",