You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chronotensity feature provides timing information to shaders which changes in reaction to audio
ColorChord index colors, a new way to get audio reactive colors from ColorChord
Globally configurable theme colors
Filtered VU, smoothly filtered versions of VU data
Amplify nodes and example shaders for above features
Added AudioLinkGetAmplitudeAtFrequency and AudioLinkGetAmplitudeAtNote functions for easily sampling specific parts of the audio spectrum corresponding to certain frequencies or semitones
Changes
UnU sliders (thanks Texelsaur)
Various improvements to included video player, now with a resync button (thanks again, Texelsaur)
Recursive / nesting support for AudioReactiveSurfaceArray prefab
Bugfixes
Fixed certain parts of filtered 4band data always being zero (thanks DomNomNom)
Updating from version 2.5 or lower? (...first time setup? please see here)
Take note of which AudioSource you are using to feed AudioLink, this reference may be lost during upgrade.
Install the latest VRChat SDK3 and UdonSharp (following their directions)
Close unity
With Windows explorer (NOT within Unity), remove the following files & folders:
Delete both AudioLink and AudioLinkController prefabs from the scene
Re-add AudioLink and AudioLinkController to the scene by dragging the prefabs from the AudioLink folder in projects (world creators only)
Click the "Link all sound reactive objects to this AudioLink" button on AudioLink inspector panel (world creators only)
Drag the AudioSource you were using previously into the AudioLink audio source parameter
NOTE: If you previously used AudioLinkInput, you are welcome to continue doing so, however now in 2.5+ AudioLink is much smarter about inputs. Try dragging it straight into the AudioLink / audio source parameter!
If using AudioReactiveObject or AudioReactiveLight components, you will need to manually re-enable the "Audio Data" under AudioLink "experimental" settings. This feature is now considered experimental until VRChat maybe gives us native asynchronous readback.