Skip to content

fix: 修复万能跳转动画没播完点击按钮导致失败问题#1649

Merged
MistEO merged 1 commit intov2from
fix/2026032701
Mar 27, 2026
Merged

fix: 修复万能跳转动画没播完点击按钮导致失败问题#1649
MistEO merged 1 commit intov2from
fix/2026032701

Conversation

@zmdyy0318
Copy link
Copy Markdown
Contributor

@zmdyy0318 zmdyy0318 commented Mar 27, 2026

close #1644
close #1642

Summary by Sourcery

错误修复:

  • 通过调整场景配置,防止在过渡动画尚未完成时点击按钮导致通用导航失败。
Original summary in English

Summary by Sourcery

Bug Fixes:

  • Prevent failure of universal navigation when buttons are clicked before transition animations complete by adjusting scene configuration.

Copilot AI review requested due to automatic review settings March 27, 2026 09:39
Copy link
Copy Markdown
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

嗨——我已经查看了你的修改,一切看起来都很棒!


Sourcery 对开源项目是免费的——如果你觉得我们的评审有帮助,请考虑分享给更多人 ✨
帮我变得更有用吧!请在每条评论上点 👍 或 👎,我会根据你的反馈来改进之后的评审。
Original comment in English

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

该 PR 针对“万能跳转”相关流程中,因过场/动画未播放完就继续执行后续点击而导致流程失败/卡死的问题,在场景识别节点上增加(或加长)“等待画面静止(pre_wait_freezes)”的时长,以提升传送/进大世界后的稳定性并规避误触发。

Changes:

  • 将进入大世界成功后的 pre_wait_freezes.time 从 400ms 增加到 800ms
  • 在“地图传送成功进入大世界”节点新增 pre_wait_freezes(800ms,2s 超时),确保画面稳定后再进入后续流程

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
assets/resource/pipeline/SceneManager/SceneWorld.json 加长进入大世界成功节点的等待静止时间,减少动画未结束导致的后续操作失败
assets/resource/pipeline/SceneManager/SceneMap.json 在传送成功节点新增等待静止逻辑,避免传送过场未结束引发的流程异常

@MistEO MistEO merged commit f307836 into v2 Mar 27, 2026
22 checks passed
@MistEO MistEO deleted the fix/2026032701 branch March 27, 2026 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

转交送货任务流程异常 基建任务·进入异常

3 participants