RobustToolbox icon indicating copy to clipboard operation
RobustToolbox copied to clipboard

Perf: Improve replay playback responsiveness

Open tom-leys opened this issue 9 months ago • 0 comments

  • There is a time budget when applying replay ticks updates of only 10 ms (cvar ReplayMaxScrubTime)
  • Ensure we don't apply checkpoints that move us backwards in time by accident
  • Prevent double-lookup of checkpoints. Goal is to mitigate user impact of less checkpoints from https://github.com/space-wizards/RobustToolbox/pull/5145

tom-leys avatar May 19 '24 22:05 tom-leys