2022.625.0
VolcanicArts
released this
25 Jun 22:06
·
1787 commits
to main
since this release
Installation
- Download VRCOSCSetup.exe (It may get blocked by Windows Defender)
- Run VRCOSCSetup.exe. A shortcut will be made on your desktop and in your start menu
- When adding any of the OSC prefabs to your avatar, after uploading you need to reset the OSC config from your action menu
- If you encounter a problem of any sort with this release, check out the discussion created in the Discussions tab
New Modules!
- The RandomModule has been split into 3 separate modules that send bool, int, and float values
- All of them have adjustable update rates, and the int and float modules have adjustable min and max values
What's Changed
- Wait for
OnUpdate
to finish if running before callingOnStop
for modules - Fixed
TimedTask
not stopping correctly - Added 3 new modules
- Added ability to define a min and max for values, which will cause a slider to generate instead of a text box
- Refactored all
AttributeCard
s to have more consistent logic - Added ability to define floats as a setting. This must contain a min and max value
Full Changelog: 2022.622.0...2022.625.0