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.6.24.835 - Slot inspector drops, bugfixes
Game update

2026.6.24.835 - Slot inspector drops, bugfixes

Resonite · published 24 Jun 2026, 14:12 UTC

All newsPlayers around this dateRead on Steam

Hello everyone!

A small build with a bunch of cool goodies for you! ProbablePrime's inspector slot drops are now in, making it easy to copy any of the slot's properties!

There's also a bunch of smaller bugfixes and some internal changes in preparation for some future updates.

**IMPORTANT:** This build has breaking changes to the IPC model for the Renderer. You will need to match those if you use a custom renderer (or a fork). See here for more details: <https://github.com/Yellow-Dog-Man/Renderite.Unity.Renderer/pull/43>

New Features:


- When you drop a slot reference on a field, it will now offer to copy compatible Slot details such as the slots name or position depending on the data type of the field (requested by @krzeszny, @3xxsy, issue #6739, implemented by @probableprime)
- Exposed SetupFromChildren & SetupFromRigChildren methods on DynamicBoneChain to be callable from ProtoFlux (requested by @jackthefoxotter, issue #6718)

Tweaks:


- Added business metrics to Patreon updates (implemented by @probableprime)

- Desktop texture is no longer flipped upside down
-- If you made facets that use desktop texture, you might need to update them to flip the texture back upright
-- If this causes significant issues, we can add upgrade mechanism in the upcoming builds, but the fix should only affect private userspace elements and not any long term content

- Removed logging information for ProtoFlux rebuilds to reduce log clutter
- Updated a number of libraries & packages to latest versions

Fixes:


- Screen Space Reflections in VR are now supressed when SMAA is enabled (fix contributed by @scrongbongle, renderer PR #40)
-- These two post processing settings unfortunately do not currently work together, causing double vision
-- FXAA & SSR should work together in VR if you want to use both options
- Fix password reset page erroring out in account.resonite.com (reported by @dantetucker, issue #6759, fixed by @probableprime)
-- Password reset is still not supported on account.resonite.com please use Resonite itself to reset passwords
- MeshEmitter now respects Point filtering on the source texture (based on report by @code807, @luxkitty, issue #6755)
- Fixed SetNormalDelta assigning the delta to position, instead of normals (reported by @mpmxyz, issue #6751)
- Fixed appending meshes (e.g. when baking) throwing exception when using geometry mask (reported by @mpmxyz, issue #6752)

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…