ravenlover/ProjectAscention
M2: Freeze/unfreeze sim actors without pausing UI
Aberta
#13 aberto em 21 de ago. de 2025
BlueprintM2good first issue
Métricas do repositório
- Stars
- (0 estrela)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
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