com.amanotes.gdk 0.2.106 → 0.2.107

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,6 @@
1
+ ## [0.2.107] - 2026-07-07
2
+ - [Fix] Windows Editor 6 without Android error
3
+
1
4
  ## [0.2.106] - 2026-06-18
2
5
 
3
6
 
@@ -453,7 +453,7 @@ namespace Amanotes.Core
453
453
  {
454
454
  LogInfo("Configuring Android debug symbols...");
455
455
 
456
- #if UNITY_6000_0_OR_NEWER
456
+ #if UNITY_6000_0_OR_NEWER && UNITY_ANDROID
457
457
  UnityEditor.Android.UserBuildSettings.DebugSymbols.level = Unity.Android.Types.DebugSymbolLevel.SymbolTable;
458
458
  LogInfo("Set debug symbols level to SymbolTable (Unity 6+)");
459
459
  #elif UNITY_2021_1_OR_NEWER
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.106";
30
+ public const string VERSION = "0.2.107";
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.106",
3
+ "version": "0.2.107",
4
4
  "displayName": "AmaGDK",
5
5
  "description": "Amanotes Game Development Kit",
6
6
  "unity": "2020.3",