Skip to content

Commit 1c9af40

Browse files
author
v_shanxia
committed
fix:多触控bug修复
1 parent 2f9f027 commit 1c9af40

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Demo/API_V2/Assets/Scenes/TouchTestScene.unity

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,7 @@ GameObject:
411411
- component: {fileID: 704789629}
412412
- component: {fileID: 704789628}
413413
- component: {fileID: 704789627}
414+
- component: {fileID: 704789630}
414415
m_Layer: 0
415416
m_Name: EventSystem
416417
m_TagString: Untagged
@@ -468,6 +469,18 @@ Transform:
468469
m_Children: []
469470
m_Father: {fileID: 0}
470471
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
472+
--- !u!114 &704789630
473+
MonoBehaviour:
474+
m_ObjectHideFlags: 0
475+
m_CorrespondingSourceObject: {fileID: 0}
476+
m_PrefabInstance: {fileID: 0}
477+
m_PrefabAsset: {fileID: 0}
478+
m_GameObject: {fileID: 704789626}
479+
m_Enabled: 1
480+
m_EditorHideFlags: 0
481+
m_Script: {fileID: 11500000, guid: 701e11c62dd2c4c808cc684685c3362b, type: 3}
482+
m_Name:
483+
m_EditorClassIdentifier:
471484
--- !u!1 &729514079
472485
GameObject:
473486
m_ObjectHideFlags: 0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ MonoBehaviour:
1919
assetLoadType: 1
2020
compressDataPackage: 1
2121
VideoUrl:
22-
DST: D:/myUnity/00apiv2
22+
DST:
2323
StreamCDN:
2424
bundleHashLength: 32
2525
bundlePathIdentifier: StreamingAssets;

0 commit comments

Comments
 (0)