Skip to content

v1.0.1

Choose a tag to compare

@ryanhartwig ryanhartwig released this 21 May 14:29

v1.0.1 — Performance Fix

Fixed

  • FPS stutter: Eliminated all FindAllOf/FindFirstOf calls from the tick loop
    • Bed actors cached at startup + scoped NotifyOnNewObject for newly built beds
    • GameState/TimeOfDay references cached
    • Tick cost reduced from ~18ms to ~0.01ms
  • Blocked toast: "You can only sleep during dusk or night" now correctly shows on repeat bed entries
  • Multiplayer: Host-only toast broadcast prevents duplicate notifications