com.typhoon.unitysdk 1.1.19 → 1.1.21
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 +13 -1
- package/Editor/ApplyTool.cs +3 -2
- package/Editor/ExportModule.cs +1 -1
- package/Editor/HuaweiHarmonyConfig.cs +4 -1
- package/Sources~/Package/GooglePlay.unitypackage +0 -0
- package/Sources~/Package/GooglePlay.unitypackage.manifest +1 -1
- package/Sources~/Package/HuaweiHarmony.unitypackage +0 -0
- package/Sources~/Package/HuaweiHarmony.unitypackage.manifest +5 -2
- package/Sources~/Package//345/270/270/347/224/250/346/211/223/345/214/205/351/205/215/347/275/256.unitypackage +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/Editor/ApplyTool.cs
CHANGED
|
@@ -386,10 +386,11 @@ namespace TyphoonUnitySDK
|
|
|
386
386
|
{
|
|
387
387
|
case 48:
|
|
388
388
|
UniEditor.ShowMessageBox("该引擎版本不支持 Open Harmony ,请使用团结引擎", null);
|
|
389
|
-
|
|
389
|
+
return true;
|
|
390
390
|
}
|
|
391
391
|
|
|
392
|
-
|
|
392
|
+
Debug.Log($"未处理的类型:{buildTarget}");
|
|
393
|
+
break;
|
|
393
394
|
}
|
|
394
395
|
}
|
|
395
396
|
}
|
package/Editor/ExportModule.cs
CHANGED
|
@@ -87,7 +87,7 @@ namespace TyphoonUnitySDK
|
|
|
87
87
|
var manifest = new List<string>()
|
|
88
88
|
{
|
|
89
89
|
"Assets/Typhoon_Gen/TyphoonSDK/Runtime/GooglePlay",
|
|
90
|
-
"Assets/Plugins/Android/libs/
|
|
90
|
+
"Assets/Plugins/Android/libs/union-sdk.aar",
|
|
91
91
|
"Assets/Plugins/Android/AndroidManifest.xml",
|
|
92
92
|
};
|
|
93
93
|
if (!MakeSureExport(manifest))
|
|
@@ -48,6 +48,8 @@ namespace TyphoonUnitySDK
|
|
|
48
48
|
GUILayout.Space(6);
|
|
49
49
|
GUIDrawer.DrawKeynotes("①需要 Tuanjie 1.6.x 或以上");
|
|
50
50
|
GUIDrawer.DrawKeynotes("②剔除第三方SDK,避免与渠道冲突或不兼容");
|
|
51
|
+
GUIDrawer.DrawKeynotes("③需勾选 file -> build settings -> open harmony -> export project");
|
|
52
|
+
GUIDrawer.DrawKeynotes(" 'export project type' 选择 'Use As A Library'");
|
|
51
53
|
GUILayout.Space(6);
|
|
52
54
|
GUI.enabled = tmpEnable;
|
|
53
55
|
return true;
|
|
@@ -64,6 +66,7 @@ namespace TyphoonUnitySDK
|
|
|
64
66
|
{
|
|
65
67
|
return match.Invoke(config);
|
|
66
68
|
}
|
|
69
|
+
|
|
67
70
|
return false;
|
|
68
71
|
});
|
|
69
72
|
}
|
|
@@ -112,7 +115,7 @@ namespace TyphoonUnitySDK
|
|
|
112
115
|
|
|
113
116
|
[Header("横竖屏模式")]
|
|
114
117
|
public ScreenOrientation Orientation = ScreenOrientation.Portrait;
|
|
115
|
-
|
|
118
|
+
|
|
116
119
|
|
|
117
120
|
public void Save()
|
|
118
121
|
{
|
|
Binary file
|
|
@@ -4,5 +4,5 @@ Assets/Typhoon_Gen/TyphoonSDK/Runtime/GooglePlay/GooglePlaySdk.cs
|
|
|
4
4
|
Assets/Typhoon_Gen/TyphoonSDK/Runtime/GooglePlay/GooglePlaySdk.cs.meta
|
|
5
5
|
Assets/Typhoon_Gen/TyphoonSDK/Runtime/GooglePlay/Editor/PublishGooglePlay.cs
|
|
6
6
|
Assets/Typhoon_Gen/TyphoonSDK/Runtime/GooglePlay/Editor/PublishGooglePlay.cs.meta
|
|
7
|
-
Assets/Plugins/Android/libs/
|
|
7
|
+
Assets/Plugins/Android/libs/union-sdk.aar
|
|
8
8
|
Assets/Plugins/Android/AndroidManifest.xml
|
|
Binary file
|
|
@@ -6,8 +6,11 @@ Assets/Typhoon_Gen/TyphoonSDK/Runtime/HuaweiHarmony/HuaweiHarmonySdk.cs
|
|
|
6
6
|
Assets/Typhoon_Gen/TyphoonSDK/Runtime/HuaweiHarmony/HuaweiHarmonySdk.cs.meta
|
|
7
7
|
Assets/Typhoon_Gen/TyphoonSDK/Runtime/HuaweiHarmony/Editor/PublishHuaweiHarmony.cs
|
|
8
8
|
Assets/Typhoon_Gen/TyphoonSDK/Runtime/HuaweiHarmony/Editor/PublishHuaweiHarmony.cs.meta
|
|
9
|
+
Assets/Typhoon_Gen/TyphoonSDK/Runtime/HuaweiHarmony/Editor/TuanjiePlayerAbility.template
|
|
10
|
+
Assets/Typhoon_Gen/TyphoonSDK/Runtime/HuaweiHarmony/Editor/TuanjiePlayerAbility.template.meta
|
|
9
11
|
Assets/Plugins/OpenHarmony
|
|
10
12
|
Assets/Plugins/OpenHarmony/HarmonyBridge.etslib
|
|
11
13
|
Assets/Plugins/OpenHarmony/HarmonyBridge.etslib.meta
|
|
12
|
-
Assets/Plugins/OpenHarmony/
|
|
13
|
-
Assets/Plugins/OpenHarmony/
|
|
14
|
+
Assets/Plugins/OpenHarmony/libs.meta
|
|
15
|
+
Assets/Plugins/OpenHarmony/libs/bee_union_sdk.har
|
|
16
|
+
Assets/Plugins/OpenHarmony/libs/bee_union_sdk.har.meta
|
|
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.21","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.21] - 2025-10-25\r\n\r\n### 新增\n* 调整发布名称\r\n\r\n","major_flag":false,"write_time_stamp":1761379267000,"others":{"items":[]},"dependencies":{"com.unity.nuget.newtonsoft-json":"2.0.0"}}
|