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
ResoniteNews2026.8.5.1103 - Experimental QUIC protocol support, fixes & tweaks
Game update

2026.8.5.1103 - Experimental QUIC protocol support, fixes & tweaks

Resonite · published 5 Aug 2026, 18:41 UTC · build 24578297

All newsPlayers around this dateRead on Steam

Hello everyone!

I've got a build with you with some goodies. This introduces initial experimental support for the QUIC protocol. This can potentially perform much better than LNL and fix issues with queing, however due to complications isn't quite ready yet - you need to configure your server to allow use for WAN connections and clients need to explicitly enable it.

If you'd like to use this to help test it and see how it performs, please do! If results are promising, we can invest more time into polishing it.

There's also a number of bugfixes and tweaks as well for general QoL as well as internal changes from the team for business universes & support.

New Features:


- Added initial experimental QUIC protocol support for realtime networking (issue #5458)
-- This isn't meant for regular use yet, but to evaluate and test this protocol before putting more work in
-- It will not be used unless manually configured (both on client & server)
-- To use it on client, go to Settings -> Network and enable Prefer QUIC option
-- To allow use on server, you must manually open ports & configure public IP
--- Add a Config.json file (if not present already) and configure public IP like shown bellow
--- It's your responsibility to make the public IP correct. The connection will fail otherwise
-- There are a few limitations currently:
--- .NET 10 doesn't support datagram extension, so voice/pose streams use reliable streams and can queue/hiccup
--- If you'd like to help with datagram support, check the thread here: Add support QUIC realtime networking protocol https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/5458
--- Certificate handling isn't implemented so protocol itself is not as secure as standard. Resonite still performs its own UserID signature verification however to prevent spoofing

{
"quicConfig" : {
"publicIP" : "127.0.0.1"
}
}

- Added admin tooling for resolving group storage issues due to partially failed group creation. (implementation by @dante)

Tweaks:


- Allow mentor system by default in hosts. (requested by @jackthefoxotter, implemented by @J4)
- Force LinuxBootstrap.sh to be executable and clean up dead references in Linux bootstrap (implemented by @J4)

Locale:


- Merged Chinese (Taiwan) locale update by @meowwei
- Merged Chinese locale update by @ninnana., grum3191 and @modimobeikete
- Merged German locale update by @muppeq
- Merged English locale fix by @vassterak

Fixes:


- Fixed exception when using HitUVCoordinate to get UV coordinate of a hit of a mesh with no UV's (reported by bluo2800, issue #6894)
- Fixed hand & leg automatic dynamic bone colliders not scaling with user scale (reported by @dustysprinkles, <@196039657115353089>, brecert, @sylphsylvia, @nytra, issue #3972)
- Fixed 3D badges (including supporter badge) being large and visible in some cases when user is loading into the world (reported by @karasutengu, issue #4565)

More from Resonite

Other announcements

All news
Game update14 Sep 20262026.9.14.1239 - FABRIK bone stiffness, more holiday nodes, fixes & tweaksHello everyone! I've got another tidbit of StrikePose for you, our new in-house IK - FABRIK chain now supports bone stiffness! This is a new mechanism that allows to prevent weird kinks and bends when solving bones, making them look much nicer. This was implemented to make spine behave well for the Biped IK, I'll be integrating this soonish and continuing work the full body IK. There's a few ot…Community12 Sep 2026Resonite Beta Patch notes 2026.08Hello! We've had a ton of updates for the past month, and there's lots of content to go over. So - we made a short video to do just that! And if you are interested in seeing what we did over the past month, we've also uploaded our monthly Recap stream for August, which is where we take an hour to go over and showcase the highlights of August! This is also available on our YouTube channel, here:…Game update9 Sep 20262026.9.9.1136 - FFT improvements, Video Stream opt-out, asset cleanup optimizeHello everyone! Just a small update, addressing some issues with the FFT analyzer. There was some confusion with how the library we use handles real values, where they're not the real parts, but actually complex numbers interweaved. This address this, this update adds several new modes. The output by default now is magnitudes of the complex numbers, which should be easier to work with for visua…