com.amanotes.gdk 0.2.81-a2 → 0.2.81-a3

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,6 +1,6 @@
1
1
  # Changelog
2
2
 
3
- ## [0.2.81-a2] - 2024-11-21
3
+ ## [0.2.81-a3] - 2024-11-21
4
4
  - [Dev] Add GDKPostBuild for iOS
5
5
  - [Dev] Improve GDK editor experience before config asset imported
6
6
  - [Dev] Analytics save file in async
@@ -333,7 +333,7 @@ namespace Amanotes.Editor
333
333
  return null;
334
334
  }
335
335
 
336
- [PostProcessBuild]
336
+ [PostProcessBuild(999)]
337
337
  public static void OnPostprocessBuild(BuildTarget target, string pathToBuildProject)
338
338
  {
339
339
  if (target != BuildTarget.iOS) return;
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.81-a2";
30
+ public const string VERSION = "0.2.81-a3";
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-a2",
3
+ "version": "0.2.81-a3",
4
4
  "displayName": "AmaGDK",
5
5
  "description": "Amanotes Game Development Kit",
6
6
  "unity": "2019.4",