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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
- Added support for using AudioLink in the Universal Render Pipeline. (techanon, fundale)
6
6
- Added support for using ffmpeg for transcoding videos in the ytdlpPlayer. This enables avatar testing on Linux and OSX. (fundale)
7
7
- Added theme color support to AudioReactiveLight. (techanon)
8
-
- Added a new theme color color mode called "Persistent ColorChord Colors". This is like the existing ColorChord mode, except that the colors will not fade to black when the audio is silent. (pema)
8
+
- Added a new theme color mode called "Persistent ColorChord Colors". This is like the existing ColorChord mode, except that the colors will not fade to black when the audio is silent. (pema)
9
9
- Added support for using custom AudioSource curves for AudioLink input. (techanon)
10
10
- Added a custom Editor GUI for AudioReactive scripts. (fundale)
11
11
- Added a function `AudioLinkGetSphericalMappedAutoCorrelatorValue` to AudioLink.cginc for getting the autocorrelator output, mapped onto a sphere. (techanon)
@@ -23,7 +23,7 @@
23
23
- Fixed a compilation error on some older versions of Unity. (Hamaguri-0414)
24
24
- Add a null check to the AudioLinkController in case of there being no ThemeColorController. (JLChnToZ)
25
25
- Boxed AudioListener into generic Component to clear up compiler issues for U#. (techanon)
26
-
- Fixed a bug where video playback time doesn't upddate when using the included AudioLink video player. (fundale)
26
+
- Fixed a bug where video playback time doesn't update when using the included AudioLink video player. (fundale)
0 commit comments