com.typhoon.unitysdk 1.1.27 → 1.1.29
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,19 @@
|
|
|
1
1
|
# 更新日志
|
|
2
|
+
## [1.1.29] - 2026-01-05
|
|
3
|
+
|
|
4
|
+
### 修复
|
|
5
|
+
* 修复yandex games auto pause game 无法关闭问题
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
## [1.1.28] - 2026-01-05
|
|
9
|
+
|
|
10
|
+
### 新增
|
|
11
|
+
* yandex games : apply时自动关闭auto pause game
|
|
12
|
+
|
|
13
|
+
|
|
2
14
|
## [1.1.27] - 2026-01-05
|
|
3
15
|
|
|
4
|
-
### 新增
|
|
16
|
+
### 新增
|
|
5
17
|
* yandexgames渠道适配竖屏模式
|
|
6
18
|
|
|
7
19
|
|
package/Editor/ApplyTool.cs
CHANGED
|
@@ -925,6 +925,8 @@ namespace TyphoonUnitySDK
|
|
|
925
925
|
}
|
|
926
926
|
|
|
927
927
|
ReimportScript(manifest);
|
|
928
|
+
AssetDatabase.Refresh();
|
|
929
|
+
|
|
928
930
|
//同步参数到PlayerSettings
|
|
929
931
|
var config = YandexGamesConfig.Default;
|
|
930
932
|
if (!string.IsNullOrEmpty(config.ProductName))
|
|
@@ -961,6 +963,8 @@ namespace TyphoonUnitySDK
|
|
|
961
963
|
}
|
|
962
964
|
break;
|
|
963
965
|
}
|
|
966
|
+
|
|
967
|
+
EditorApplication.ExecuteMenuItem("TyphoonSDK/Command/CloseYG2AutoPauseGame");
|
|
964
968
|
AssetDatabase.Refresh();
|
|
965
969
|
EditorUtility.SetDirty(AppConfigAsset.Instance);
|
|
966
970
|
AssetDatabase.SaveAssets();
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"com.typhoon.unitysdk","displayName":"typhoon unity sdk","version":"1.1.
|
|
1
|
+
{"name":"com.typhoon.unitysdk","displayName":"typhoon unity sdk","version":"1.1.29","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.29] - 2026-01-05\r\n\r\n### 修复\n* 修复yandex games auto pause game 无法关闭问题\r\n\r\n","major_flag":false,"write_time_stamp":1767622720000,"others":{"items":[]},"dependencies":{"com.unity.nuget.newtonsoft-json":"2.0.0"}}
|