com.typhoon.unitysdk 1.0.88 → 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,13 @@
1
1
  # 更新日志
2
- ## [1.0.88] - 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
+ ### 修复
5
11
  * 修复ini文件写入问题
6
12
 
7
13
 
@@ -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
 
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"com.typhoon.unitysdk","displayName":"typhoon unity sdk","version":"1.0.88","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.88] - 2024-01-07\r\n\r\n### 修复\n* 修复ini文件写入问题\r\n\r\n","major_flag":false,"write_time_stamp":1704623005000,"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"}}