ravenlover/ProjectAscention

M2: Freeze/unfreeze sim actors without pausing UI

开放

#13 创建于 2025年8月21日

 (0 条评论) (0 个反应) (0 位负责人) (0 个派生)auto 404
BlueprintM2good first issue

仓库指标

星标
 (0 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Goal:

  • Freeze boat and raft while leaving UI responsive.

Tasks:

  • Implement helper on SimController: SetSimPaused(bool)
  • Use CustomTimeDilation = 0 on sim actors; 1 on PlayerController/UI
  • Unfreeze on reset or when leaving level

Definition of Done:

  • UI remains interactive during freeze
  • Simulation resumes cleanly

贡献者指南