Skip to content

Commit bfd6db9

Browse files
committed
finished tcp demo
1 parent f97b33b commit bfd6db9

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Demo/API_V2/Assets/API/Network/TCPSocket/TCPSocket.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ private void close()
6969
}
7070

7171

72-
7372
private void connect() {
7473
if (_tcpSocket != null && !_connected) {
7574
Debug.Log("connect test start");

Demo/API_V2/Assets/API/Network/TCPSocket/TCPSocketSO.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ MonoBehaviour:
2020
initialButtonText: "\u521B\u5EFAtcp\u5B9E\u4F8B"
2121
extraButtonList:
2222
- buttonText: "\u8FDE\u63A5"
23-
- buttonText: "\u5173\u95ED"
2423
- buttonText: "\u53D1\u9001String"
2524
- buttonText: "\u53D1\u9001Buffer"
25+
- buttonText: "\u5173\u95ED"
2626
initialResultList: []

Demo/API_V2/Assets/WX-WASM-SDK-V2/Editor/MiniGameConfig.asset

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ MonoBehaviour:
1313
m_Name: MiniGameConfig
1414
m_EditorClassIdentifier:
1515
ProjectConf:
16-
projectName: TcpDemo6
16+
projectName: TcpDemoUpdated
1717
Appid: wxb7d4485dbc1233ca
18-
CDN:
18+
CDN: http://127.0.0.1:8080
1919
assetLoadType: 0
2020
compressDataPackage: 0
2121
VideoUrl:
22-
DST: C:/Users/xiaoyuejin/Desktop/demo6
22+
DST: C:/Users/xiaoyuejin/Desktop/demoUpdated
2323
StreamCDN:
2424
bundleHashLength: 32
2525
bundlePathIdentifier: StreamingAssets;

Demo/API_V2/Packages/packages-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"depth": 0,
66
"source": "git",
77
"dependencies": {},
8-
"hash": "c90959b73668eaa6a526aa8df7412552a68dcbf7"
8+
"hash": "a091b98d7422411a06a68ff6c3229a2eb782bacd"
99
},
1010
"com.unity.2d.sprite": {
1111
"version": "1.0.0",

Demo/API_V2/ProjectSettings/ProjectSettings.asset

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ PlayerSettings:
157157
resetResolutionOnWindowResize: 0
158158
androidSupportedAspectRatio: 1
159159
androidMaxAspectRatio: 2.1
160-
applicationIdentifier: {}
160+
applicationIdentifier:
161+
Standalone: com.DefaultCompany.API
161162
buildNumber:
162163
Standalone: 0
163164
VisionOS: 0

0 commit comments

Comments
 (0)