ravenlover/ProjectAscention

M2: Freeze/unfreeze sim actors without pausing UI

Offen

#13 geöffnet am 21.08.2025

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen) (0 Forks)auto 404
BlueprintM2good first issue

Repository-Metriken

Stars
 (0 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

Contributor Guide