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.31.1328 - Collections updates, fix YouTube videos only having audio, more
Game update

2026.8.31.1328 - Collections updates, fix YouTube videos only having audio, more

Resonite · published 31 Aug 2026, 22:26 UTC

All newsPlayers around this dateRead on Steam

Hello everyone!

I have another update for you! This patches up a number of issues with collections that have been reported and adds a few new nodes as well.

I've also ended up looking more into the issue with YouTube videos and found out a way to make libVLC play videos from two separate URL's (one for video stream one for audio), so YouTube videos should hopefully work better now!

Some that previously didn't load (or were only audio) should now load both and should be better quality as streams can be picked independently.

Since the logic had to be changed a bit, there might be some quality regressions for some videos - please make reports and we'll fine tune the heuristics!

Also all of the components got properly organized by @ryuvi, cleaning out the Uncategorized category!

IMPORTANT: If you use custom renderer, you will need to update it, there are breaking changes to the IPC model in this! See below for details.

New Features:


- Added IsEmpty node for collections (requested by @3x1t_5tyl3, Holy, issue #7068)
-- This will output true if the given collection is empty (0 elements) or null

- Added support for streaming videos from services where video & audio streams are separate
-- Reworked the video/audio stream selection logic to account for this
-- This should fix some videos being audio-only (reported by @code807, @luxkitty, @sylphsylvia, @foxbox. issue #7022)
-- If you notice worsened playback for videos that previously worked, please make a report! It might require some tuning
-- This is implemented by using `--input-slave` option of libVLC, which muxes two streams together (based on request by @karasutengu, issue #6970)

Tweaks:


- Categorize AsyncForEachWithIndex under Flow/Async (based on report by @marsmaantje, issue #7063)
- Sorted all useful components in the Uncategorized Component Attacher category (reported by @reddneko, issue #5662, implemented by @ryuvi)

Locale:


- Merged Japanese locale update by @ginjake
- Merged Chinese locale update by @modimobeikete

Fixes:


- Fixed Quad/Point/BoxArraymesh not clearing the mesh properly when the arrays are fully cleared (reported by @jackthefoxotter, issue #7088)
- Added ARM64 version of MediaMTX to fix screen sharing not working on ARM hosts (reported by @markn2000, issue #7100)
- Fixed constraints for ReadOnlyForEachWithIndex
-- This fixes not being able to use those nodes with collections that *only* implement IReadOnlyList<T> interface
- Fixed null keys for dictionary nodes resulting in an exception and crash (reported by @rynfluff, @arandommeatball, issue #7077)
- Fixed lizzy.resonite.com not being added to default host permissions for existing users (based on request by @jackthefoxotter, issue #7062)


- Add additional source URL to the model for loading video textures
-- See more here: <https://github.com/Yellow-Dog-Man/Renderite/pull/27>
-- **IMPORTANT:** This is a breaking change for the IPC model for loading videos. You will need to update custom renderers to account for this!


- Added RenderTexture readback mechanism
-- **IMPORTANT:** This is a breaking change for the IPC model. You will need to update custom renderers to account for this!
-- See more here: <https://github.com/Yellow-Dog-Man/Renderite/releases>


- Update Renderite to 1.3.0 by @frooxius in #59
- Added a unit test to verify enumerator order by @Earthmark in #58

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…