Update v14.2 continues our networking overhaul as highlighted in the Tabletop Simulator 2.0 roadmap, bringing you more stable, secure and reliable networking and connectivity in addition to an engine upgrade to Unity 6.3 LTS.
New Steam Networking (Full Migration)
We've retired the legacy Steam P2P system and fully migrated to the new Steam Networking APIs across all multiplayer code paths.
What this means for you:
- More reliable connections and fewer weird edge-case disconnects
- Improved NAT traversal for smoother hosting/joining
- More consistent latency behavior without changing how multiplayer fundamentally works
- Better privacy & security: Connections are routed through Steam relays (no direct IP exposure) and all traffic is now encrypted
Engine Update to Unity 6.3.10 LTS
We recently upgraded to Unity 6.0 LTS, with this update bringing Tabletop Simulator to the latest and most modern Unity version release.
This is preparation for the upcoming UX overhaul, UI Toolkit in 3D world space and all the latest features and performance improvements that Unity has to offer.
This update changes the minimum requirement for MacOS users to version 12 or higher.
Behind-the-Scenes
Project & Infrastructure Cleanup
This update also includes a large internal cleanup pass:
- Codebase cleanup & reorganization
- Infrastructure upgrades, including our Perforce server
While you won’t see these changes directly in-game, they will speed up development and help us move through the roadmap quicker and more efficiently.
Scripting
MoonSharp Update
- MoonSharp has been updated to a newer version with many miscellaneous fixes. It addresses
json.encode\decode issues with negative numbers and other bugs. [#968]
- We've added stack traces! When Lua errors occur you should see detailed information on the functions that were in progress when the error happened.
Utility
- The
lua console command now prints results, no more endless lua log(...) when testing!
Hotseat Overhaul
Revamped the Hotseat mode so it should function the same as online players by using a new virtual network player system.
This should fix all the misc hotseat bugs and issues, giving you a more reliable way to test your mods or play locally, and now remembers last tool selected for each hotseat player.
Rolling Improvements
- Added a minimum spin amount when rolling dice and coins via Randomize
- Fixed frame-dependent spin variance when rolling dice and coins with Randomize
Fixes
- Fixed a networking issue where packets that were exactly a multiple of 1 MB could break in transit
- Fixed objects not returning to an Infinite Bag after changing states [#1176]
- Fixed an issue where clients could not start looping/triggered effects [#2948]
- [Linux] Fixed issues with uppercase file extensions for PDF/Text/Audio [#2459]
- [Linux / Wayland] File browser no longer causes a segfault in some cases [#1451]
- File browser falls back to the built-in one if the OS browser fails to load
- Fixed objects teleport and falling over and over again for clients on a table flip.
- Fixed hidden zones not being editable for people with permissions to change them. [#2941]