ravenlover/ProjectAscention
M2: Freeze/unfreeze sim actors without pausing UI
Aperta
#13 aperta il 21 ago 2025
BlueprintM2good first issue
Metriche repository
- Star
- (0 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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