com.typhoon.unitysdk 1.0.79 → 1.0.80
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
|
@@ -45,8 +45,7 @@ namespace TyphoonUnitySDK
|
|
|
45
45
|
var step1Output =
|
|
46
46
|
$"Assets/Typhoon_Gen/TyphoonSDK/_Temp/sidebar_step_1.png";
|
|
47
47
|
|
|
48
|
-
|
|
49
|
-
Debug.Log($"生成完毕:{step1Output}");
|
|
48
|
+
|
|
50
49
|
var bg = $"{UniEditor.PathRoot}/Editor/Texture/sidebar_2.png";
|
|
51
50
|
var icon = AssetDatabase.GetAssetPath(_icon);
|
|
52
51
|
var output =
|
|
@@ -58,6 +57,9 @@ namespace TyphoonUnitySDK
|
|
|
58
57
|
AssetDatabase.Refresh();
|
|
59
58
|
}
|
|
60
59
|
|
|
60
|
+
File.Copy(step1, step1Output, true);
|
|
61
|
+
Debug.Log($"生成完毕:{step1Output}");
|
|
62
|
+
|
|
61
63
|
var fullPath = Path.GetFullPath(output);
|
|
62
64
|
fullPath = fullPath.Replace("\\", "/");
|
|
63
65
|
Generate(fullPath, bg, icon);
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"com.typhoon.unitysdk","displayName":"typhoon unity sdk","version":"1.0.
|
|
1
|
+
{"name":"com.typhoon.unitysdk","displayName":"typhoon unity sdk","version":"1.0.80","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.80] - 2024-01-02\r\n\r\n### 修复\n* 修复侧边栏素材初次生成时路径丢失问题\r\n\r\n","major_flag":false,"write_time_stamp":1704157826000,"others":{"items":[]},"dependencies":{"com.unity.nuget.newtonsoft-json":"2.0.0"}}
|