2022.622.0 #10
VolcanicArts
announced in
Releases
Replies: 1 comment 1 reply
-
Hi is there a video tutorial or a discord to join and get help from? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Installation
What's Changed
OSCClient
logic improvementsSpotifyModule
stopIntegrationModule
to be more efficient and safeIntegrationModule
to ensure only a single process exists before executing codeAutoStartStop
to re-enable auto start/stop during runtime if the user has manually stopped running the modulesTimedTask
to deal with timed tasks betterHypeRateProvider
to useTimedTask
Module
to useTimedTask
for theOnUpdate
eventDeltaUpdate
which caused allOnUpdate
events to be called even ifDeltaUpdate
was max valuedouble.PositiveInfinity
to properly cancel callingOnUpdate
but it was set todouble.MaxValue
during theModule
refactorDeltaUpdate
asprotected
instead ofpublic
to communicate that it is read at runtime and notModule
instantiationFull Changelog: 2022.621.0...2022.622.0
This discussion was created from the release 2022.622.0.
Beta Was this translation helpful? Give feedback.
All reactions