Skip to content

修复系统按钮DEMO中按键错乱的问题 #815

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ IEnumerator CreateFeedbackButton(float delay)
yield return new WaitForSeconds(delay);

Vector2 size = GameManager.Instance.detailsController.GetInitialButtonSize();
Vector2 position = GameManager.Instance.detailsController.GetButtonPosition(1);
Vector2 position = GameManager.Instance.detailsController.GetButtonPosition(0);
var systemInfo = WX.GetSystemInfoSync();
_feedbackButton = WX.CreateFeedbackButton(new CreateOpenSettingButtonOption()
{
Expand Down
4 changes: 2 additions & 2 deletions Demo/API_V2/Assets/WX-WASM-SDK-V2/Editor/MiniGameConfig.asset
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ MonoBehaviour:
m_EditorClassIdentifier:
ProjectConf:
projectName: GameClubDemo
Appid: wxf616b60467bcfcaf
Appid: wxb7d4485dbc1233ca
CDN:
assetLoadType: 1
compressDataPackage: 0
VideoUrl:
DST: C:/Users/xiaoyuejin/Desktop/gametest
DST: C:/Users/xiaoyuejin/Desktop/finaltest
StreamCDN:
bundleHashLength: 32
bundlePathIdentifier: StreamingAssets;
Expand Down
Loading