com.amanotes.gdk 0.2.18 → 0.2.19

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,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.2.19 - 2023-09-12]
4
+ ### Add `ama_device_id` to all events
5
+
3
6
  ## [0.2.18 - 2023-09-11]
4
7
  ### Add dev mode switch
5
8
  ### Auto get SDK version
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: e4f63439289984fda8282148559a37df
2
+ guid: 1ea28b311cdc648ef9cd322abd1797b5
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 568f31781310144d090ade76c01986af
2
+ guid: 2e155e09a97324557b3803886b0dcfd7
3
3
  TextScriptImporter:
4
4
  externalObjects: {}
5
5
  userData:
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -317,6 +317,8 @@ namespace Amanotes.Core
317
317
  eventData.AddParam("accumulated_count", eventData.withinSession ? countInSession : totalCount);
318
318
  }
319
319
 
320
+ eventData.AddParam("ama_device_id", User.AmaDeviceId);
321
+
320
322
  string eventNameToSend = GetEventNameToSend(eventData.eventName, countInSession, totalCount);
321
323
  if (common.normalizeEventName) NormalizeEventName(ref eventNameToSend);
322
324
 
package/Runtime/AmaGDK.cs CHANGED
@@ -14,7 +14,7 @@ namespace Amanotes.Core
14
14
  {
15
15
  public partial class AmaGDK : MonoBehaviour
16
16
  {
17
- public const string VERSION = "0.2.18";
17
+ public const string VERSION = "0.2.19";
18
18
 
19
19
  internal static AmaGDK _instance;
20
20
  internal static Status _status = Status.None;
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 67f1e7c55f07420489df8e0cef2c7069
2
+ guid: 703161d03cf9f4dc9a95125c44430ebe
3
3
  PluginImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 5bbece61d1e624b6fa9af5810f48a26b
2
+ guid: e9aa069386a2746d2affa79fe86ce7a6
3
3
  folderAsset: yes
4
4
  DefaultImporter:
5
5
  externalObjects: {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.amanotes.gdk",
3
- "version": "0.2.18",
3
+ "version": "0.2.19",
4
4
  "displayName": "AmaGDK",
5
5
  "description": "Amanotes Game Development Kit",
6
6
  "unity": "2019.4",