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

貢獻者指南