com.typhoon.unitysdk 1.0.87 → 1.0.89

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.0.87] - 2024-01-07
2
+ ## [1.0.89] - 2024-01-07
3
3
 
4
4
  ### 修复
5
+ * styles加载失败问题
6
+
7
+
8
+ ## [1.0.88] - 2024-01-07
9
+
10
+ ### 修复
11
+ * 修复ini文件写入问题
12
+
13
+
14
+ ## [1.0.87] - 2024-01-07
15
+
16
+ ### 修复
5
17
  * 抖音发布androidbug
6
18
 
7
19
 
@@ -450,7 +450,7 @@ namespace TyphoonUnitySDK
450
450
 
451
451
  foreach (var path in match)
452
452
  {
453
- AssetDatabase.ImportAsset(path, ImportAssetOptions.Default);
453
+ AssetDatabase.ImportAsset(path, ImportAssetOptions.ForceSynchronousImport);
454
454
  }
455
455
  }
456
456
 
@@ -38,7 +38,7 @@ namespace TyphoonUnitySDK
38
38
  if (match == null)
39
39
  {
40
40
  //新增条目
41
- lines.Add($"{key}={func(value)}");
41
+ items.Add(new { key = key, value = func(value) });
42
42
  }
43
43
  else
44
44
  {
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"com.typhoon.unitysdk","displayName":"typhoon unity sdk","version":"1.0.87","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.0.87] - 2024-01-07\r\n\r\n### 修复\n* 抖音发布androidbug\r\n\r\n","major_flag":false,"write_time_stamp":1704617694000,"others":{"items":[]},"dependencies":{"com.unity.nuget.newtonsoft-json":"2.0.0"}}
1
+ {"name":"com.typhoon.unitysdk","displayName":"typhoon unity sdk","version":"1.0.89","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.0.89] - 2024-01-07\r\n\r\n### 修复\n* styles加载失败问题\r\n\r\n","major_flag":false,"write_time_stamp":1704628729000,"others":{"items":[]},"dependencies":{"com.unity.nuget.newtonsoft-json":"2.0.0"}}