ravenlover/ProjectAscention

M2: Freeze/unfreeze sim actors without pausing UI

オープン

#13 opened on 2025/08/21

 (0 件のコメント) (0 件のリアクション) (0 人の担当者) (0 件のフォーク)auto 404
BlueprintM2good first issue

Repository metrics

Stars
 (0 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド