Beta 2025.6.4.1085

From Resonite Wiki
Revision as of 18:27, 4 June 2025 by J4 (talk | contribs) (add new version (via SublimeText.Mediawiker))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Beta 2025.6.4.1085 is a Resonite version released on 2025/06/04.

The following notes were sent by Frooxius:

Hello everyone! I got another build for you! This is mostly a "cleanup" build, fixing up some stuff with Awwdio, giving you more control over voice reverb, merging in some cool additions by @Gawdl3y and updates to the pride badges (including adding Graysexual flag) thanks to community contributions by brecert!
I've already been transitioning to work on the splittening, but I wanted to polish up a few more things that popped up (fun note a bunch of this build stuff was made on my train ride home x3)!

New Features:

  • Added "IgnoreAudioEffects" to "VoiceModeConfig" (present on AvatarAudioConfiguration & AvatarAudioOutputManager) (requested by @Nexulan, @Kulza, issue #4320 and related to issue by @epicEaston197, mxjessie, @fulgens, @Kulza, @Jack, issue #4289),
    • This allow configuring voice modes to ignore voice effects per-avatar & per-world (e.g. if your reverb zones are not designed to work with voices, you can use this to have users ignore them)
    • Worlds saved before Awwdio will have AvatarAudioConfiguration injected and configured to ignroe audio effects on CommnonAvatarBuilder to preserve legacy behavior for those worlds. If you saved your world since, you'll need to do this manually.
  • Added "Force audio effects off for voices" setting under Audio - Audio Accessibility Settings (requested by @epicEaston197, mxjessie, @Redd (evil mentor), @fulgens, @Kulza, @Jack, issue #4289),
    • Turning this on will disable effects (e.g. reverb) on user voices
    • This is meant to help people with hearing or audio processing issues, where effects make voices hard to understand
  • Added "AllowLocallyIgnoringAudioEffects" to VoiceModeConfig,
    • When disabled, the effects will always be applied regardless of the setting
    • This is meant for worlds where the effects are needed for gameplay reasons
    • Please do not turn this off unless your world really needs it to improve the world's accessibility
  • Added hands near/far FOV settings for quick photo capture (requested by @ohzee, @DrFrank, issue #4448, implemented by @Gawdl3y),
  • Added Graysexual pride badge (requested by @UltrawideGamer, @Redd (evil mentor), issue #4542, graphic icon provided by brecert),

Tweaks:

  • Merged pride badge tweaks by brecert,
    • This fixes color leaking around edges and between stripes
    • It fixes padding on some badges
    • It fixes wrong color on Polyamory flag heart
  • Values & References can now be dropped on the member buttons in the inspector, instead of just the label (requested by @art0007i, issue #4313, implemented by @Gawdl3y),

Locale:

  • Merged Chinese locale update by modimobeikete,
  • Merged Japanese locale update by @Aesc,
  • Merged German locale update by @Muppeq,
  • Merged English locale fix by @Muppeq,
  • Merged Taiwanese Mandarin locale update by @Meow Wei,

Fixes:

  • Fixed exception spam with Unity Native video playback for videos that have no audio tracks (reported by @fulgens, issue #4518)