com.typhoon.unitysdk 1.1.27 → 1.1.28

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,7 +1,13 @@
1
1
  # 更新日志
2
- ## [1.1.27] - 2026-01-05
2
+ ## [1.1.28] - 2026-01-05
3
3
 
4
4
  ### 新增
5
+ * yandex games : apply时自动关闭auto pause game
6
+
7
+
8
+ ## [1.1.27] - 2026-01-05
9
+
10
+ ### 新增
5
11
  * yandexgames渠道适配竖屏模式
6
12
 
7
13
 
@@ -961,6 +961,8 @@ namespace TyphoonUnitySDK
961
961
  }
962
962
  break;
963
963
  }
964
+
965
+ EditorApplication.ExecuteMenuItem("TyphoonSDK/Command/CloseYG2AutoPauseGame");
964
966
  AssetDatabase.Refresh();
965
967
  EditorUtility.SetDirty(AppConfigAsset.Instance);
966
968
  AssetDatabase.SaveAssets();
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"com.typhoon.unitysdk","displayName":"typhoon unity sdk","version":"1.1.27","description":"","unity":"2018.1","type":"tool","hideInEditor":false,"author":{"name":"Jan Zhang","email":"","url":""},"changelogUrl":"","documentationUrl":"","keywords":["typhoon"],"license":"","licensesUrl":"","customDependencies":[{"PackageName":"com.unity.nuget.newtonsoft-json","Value":"2.0.0"}],"version_log":"## [1.1.27] - 2026-01-05\r\n\r\n### 新增\n* yandexgames渠道适配竖屏模式\r\n\r\n","major_flag":false,"write_time_stamp":1767608417000,"others":{"items":[]},"dependencies":{"com.unity.nuget.newtonsoft-json":"2.0.0"}}
1
+ {"name":"com.typhoon.unitysdk","displayName":"typhoon unity sdk","version":"1.1.28","description":"","unity":"2018.1","type":"tool","hideInEditor":false,"author":{"name":"Jan Zhang","email":"","url":""},"changelogUrl":"","documentationUrl":"","keywords":["typhoon"],"license":"","licensesUrl":"","customDependencies":[{"PackageName":"com.unity.nuget.newtonsoft-json","Value":"2.0.0"}],"version_log":"## [1.1.28] - 2026-01-05\r\n\r\n### 新增\n* yandex games : apply时自动关闭auto pause game\r\n\r\n","major_flag":false,"write_time_stamp":1767620920000,"others":{"items":[]},"dependencies":{"com.unity.nuget.newtonsoft-json":"2.0.0"}}