Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Beta 2026.5.19.1285

From Resonite Wiki

Beta 2026.5.19.1285 is a Resonite version released on 2026/05/19.

The following notes were sent by Frooxius:

Hello @Updates!
Got a small maintenance build for you! Fixing up a number of small issues that got tackled while big things are being worked on!
Got more community contributions for the Renderer too! @Arti made their first contribution! 😄

New Features:

  • Brush tools color can now be edited when they are not equipped (based on report by @lecloutpanda, @NepuShiro, @Arti, issue #6094, implemeneted by @ProbablePrime)
  • Added internal support for rendering debug visuals only locally
    • All Debug visual ProtoFlux nodes now have "Local" field which allows you to use this local rendering
    • This is useful for when testing new features without causing disruption in the world with those visuals

Tweaks:

  • Tweaked language of landing page of account website (internally requested by @bobthegood and @Nexulan, implemented by @ProbablePrime)

BlitToDisplay now supports transparency (reported by @Arti, issue #680, fixed by @Arti)

Fixes:

  • Fixed sampling spatial variable with highest priority returning spatial variable with lowest priority/blend-weight, instead of highest (reported by @Colin The Cat, @mpmxyz, issue #6219)
    • This affects following components/nodes: ReferenceSpatialVariableDriver, TypeSpatialVariableDriver, ValueSpatialVariableDriver<T>, SampleObjectSpatialVariable<T> and SampleValueSpatialVariable<T>
  • Fixed Essential Tools brushes from not being able to have their color set to black (reported by @Sveken, issue #1165, fixed by @ProbablePrime)
  • Fixed arguments passed to Renderer including erroneous extra data (reported by @Seercat, issue #6580)