com.typhoon.unitysdk 1.1.28 → 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,13 @@
1
1
  # 更新日志
2
+ ## [1.1.29] - 2026-01-05
3
+
4
+ ### 修复
5
+ * 修复yandex games auto pause game 无法关闭问题
6
+
7
+
2
8
  ## [1.1.28] - 2026-01-05
3
9
 
4
- ### 新增
10
+ ### 新增
5
11
  * yandex games : apply时自动关闭auto pause game
6
12
 
7
13
 
@@ -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))
package/package.json CHANGED
@@ -1 +1 @@
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"}}
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"}}