Status
SteamPeaks
ChartsSalesUpcomingPatchesNewsCalculator
New on SteamEvery app, DLC and depot the minute Steam creates itAppsEvery app on Steam, newest change firstPackagesSubs and bundles, and what each containsDepotsDepots, manifests and install sizesTagsSteam's user tags and the games under themDevelopers & publishersCompanies and their cataloguesTechnologiesEngines, SDKs and anti-cheat found in the filesChange historyEvery PICS changelist as it lands
SignalsNineteen readings of the whole catalogueCompareAny games side by sideRecordsAll-time peaks and the days they were setReportsWeekly and monthly write-upsAlerts & newsroomWatch a game, get told when it movesSteam statusIs Steam up, right nowWeb API explorerTry the endpoints in the browser
NewsSteam's own announcements and the sales calendarCalculatorWhat a Steam account is worth, and its pile of shame
/
Sign in
/
SteamPeaks
The ultimate resource for Steam data.
ExploreChartsSalesSales and festsUpcomingPatchesNewsRecordsTrendingSignals
DatabaseAppsPackagesDepotsTagsDevelopersTechnologiesChange history
ToolsCalculatorCompareSearchAlertsSteam statusAPI
SiteMethodologyFAQDiscordSupportSign in via Steam
Not affiliated with Valve or Steam. Game names and artwork belong to their owners. All times UTC.
PrivacyCookiesFair useStatus
s&boxNewsUpdate 26.05.06
In-game event

Update 26.05.06

s&box · published 6 May 2026, 17:31 UTC · build 23114407

All newsPlayers around this dateRead on Steam

A new update has been released, you can view the full changes on our blog post.

https://sbox.game/news/update-26-05-06

Reviews

The review system has been updated with tags. This will allow users to select specific elements of a game that they like, or don't like.

These tags are aggregated so you can see exactly what everyone thinks at a glance.

The intention is to use these reviews to punish and reward games in terms of discovery. We'll also be able to create new discovery categories, like most original, most polish and biggest ai slop.

Reports

You can now file reports in game. The reports system has a similar tag system, which allows us to categorize and group the reports on the backend. This should help us tweak discovery too.

Performance Metrics

We've updated the performance metrics page to be even more transparent, not only showing medians but also first (P25) and third quartiles (P75) showing the worst and better experiences.

There's now a breakdown of the best and worst performing popular games on the platform.

As well as a breakdown of the best and worst performing popular hardware - as you can see we have a lot of work to do with the Steam Deck still.

Ditching Cloudflare

We've moved away from Cloudflare for both our API and CDN, replacing them with Azure Front Door and Bunny.net. There's advantages and disadvantages of course, but they've left a bad taste with obscure pricing that we'd rather not support over all.

This isn't really a drastic change for us, our tech stack is flexible enough that we can try out different places easily.

Most people shouldn't even notice a difference, downloads should be just as fast.

For Russians it should be great since Cloudflare is mostly blocked there, so now you should be able to play the game without a VPN.

Faster Load Times

We've optimized the loading process, especially when joining servers and lobbies. Joining should be up to two times faster now.

Turns out, that for years, we were loading and compiling packages twice on connect, that's fixed now.

Main Menu Stuttering

When we released we got a shit load of lobbies - querying 1000 of them on the main menu was causing big stutters for some people.

Whilst querying lobbies is async it wasn't always being done on the thread pool, and if it ran on the main thread it would stall the game for 2.5 seconds each time it queried lobbies every 10 seconds.

We've fixed this by both: optimizing the actual query removing heap allocations and locks, and enforcing the work to be done on the thread pool.

Steam Trading Cards

Steam trading cards are now avaliable along with emoticons, badges and profile backgrounds.

These won't drop if you got the game for free unless you've purchased cosmetics, that's just how Steam works.

You can also get these items in the Steam Points Shop.

Polish Pricing

The price in Poland was bullshit, it was set from Steam's pricing tool but didn't properly reflect the current economy. So last week we changed it from 91,99zl to 69,99zl.

If you got it whilst it was more expensive feel free to refund and rebuy.

Summary

Our first weekly patch after release! 🎉

While there has been a lot of negativity, both deserved and undeserved, it has been really great to see people enjoying everyone's game. I love seeing developers see their games get played. It's exactly what we have been missing during the developer preview, where people only really played their own games. Now we're seeing real world usage and we're reacting directly to it.

We always release as early as possible and iterate. We did it with Garry's Mod, we did it with Rust, and we're going to do it with s&box. We know what our challenges are right now. We know what sucks, and we're iterating to fix it all. 

Cya next week for another one 😘

garry

🎁 Added

  • Project templates including Player Controller, Sandbox Map, and Sandbox Game Addon

  • Mapping components: door & button with Doo support

  • Content reporting system

  • Reviews now let you select various positive and negative tags

  • Prop explosion damage now includes an "explosion" tag so games can react to it

  • `Connection.OwnerSteamId` shows the owner of a family sharing account

  • `Sound.Play(SoundEvent, Mixer)` overload for playing sounds with a specific mixer

  • Separate mesh components added to object selection mode (Alt+N)

  • Drag models, maps, sounds directly into the Hierarchy panel instead of just Scene View

  • Tools context menu showing per-tool keyboard shortcuts

  • `version` console command to display engine version info

  • Allow multiple `[Doo.ArgumentHint]` attributes on a single property

  • Physics simulation on proxy rigidbodies when transform sync is disabled

🧼 Improved

  • Loading screens now show meaningful progress with the main thread unblocked during load

  • Scene objects now render off the main thread by default, improving rendering parallelism

  • PreJIT moved off main thread, eliminating 4+ second stalls when joining servers

  • Clients no longer download redundant code archives when joining servers, cutting load time by ~33%

  • Lobby queries are significantly faster with async processing and reduced allocations

  • UI panels with backdrop blurs can now be batched, reducing draw calls

  • Matchmaking silently retries the next best lobby on connection failure

  • Particle system performance improved with object pooling

  • PolygonMesh.Rebuild optimized — menu scene mesh build time reduced from 1s to 300ms

  • Eliminated per-field boxing allocations in network message serialization

  • Reduced sound cache memory usage from 512MB to 256MB

  • Sprite batch rendering uses zero-copy approach for better performance

  • Deep-copy of embedded resources only performed in editor, not at runtime

  • "Waited 500 ms for jobs to complete" no longer gets stuck on main thread jobs

🪛 Fixed

  • Collision contact point calculation using best separation from manifolds

  • Potential crash with material overrides when copy source handle is invalid

  • Managed callbacks firing before BuildDependencyData completes

  • Vulkan swapchain destruction handling

  • Material load reentrancy crash in terrain tool

  • Animated textures (GIFs, animated Steam avatars) not playing through the lazy load path

  • `GameObject.GetBounds` incorrectly including origin when components have bounds

  • Box/lasso selection picking hidden objects in the editor

  • Unfinished mapping primitives lingering when entering Play mode

  • Death ragdolls spawning in T-pose on explosion

  • Vertex paint tool undo/redo sync, selection tracking, and vertex count display

  • Duplicating GameObjects sharing ResourceGenerators between original and copy

  • Lobby privacy settings not being applied immediately on creation

  • Other players appearing with no clothing due to inventory verification on clients

  • Unowned avatar items not being removed when first loading

  • Esc Key now closes modals, dropdowns, and cancels text entry

  • Footer friends list debounce

  • Missing Steam auth ticket validation

  • 3D text bounds not recalculating when text properties change - Thanks @Infiland

  • All-white material thumbnail lighting on blend and reflective materials - Thanks @frotstar

More from s&box

Other announcements

All news
In-game event8 Sep 2026Update 26.09.08A new update has been released, you can view the full changes on our blog post. 2D Physics s&box now has 2D physics, powered by Box2D (yes, like Box3D). Switch the physics mode in your scene settings and bodies will simulate in the XY plane, using the same physics components and APIs you already know instead of having a 2D and 3D API split. Open Video Game Jam The Game Jam III has begun with a…Community4 Sep 2026Game Jam IIIThis is our third game jam. This time we have a £50,000 total prize fund up for grabs. The way our jams run have now changed. On the 4th September we'll announce the theme and you can submit your games. Users will be able to nominate your game. On the 28th September the 5 games with the most nominations will go into the finals. Each day the one with the fewest votes will drop out until there ar…In-game event1 Sep 2026Update 26.09.01A new update has been released, you can view the full changes on our blog post. New Main Menu I am aware that us re-doing the menu is a meme at this point, but the main menu has once again been rebuilt. The common complaint we get is that there are no good games. I think there are good games but we're not sufficiently putting them in front of people . Their instinct is the click on the server b…