Releases: VRCTools/VRCTWorldUtils
Releases · VRCTools/VRCTWorldUtils
0.7.0
- Added support for boolean event triggers
- Added event broadcasters
- Added math converters
- Fixed an issue which prevented certain inspectors for displaying correctly when a field is left unpopulated
Full Changelog: 0.6.0...0.7.0
0.6.0
- Added support for persisted values
- Added a dependency to our new common library
- Updated to VRCTEvent 0.2.0
- Improved logging
- Fixed an issue which prevented certain applicators from correctly registering with synchronized values
Full Changelog: 0.5.1...0.6.0
0.5.1
Release 0.5.1
0.5.0
- Added support for button labels (e.g. "On" & "Off" text)
- Added a color adjustment converter
- Fixed a bug which prevents converters from initializing correctly when chained
Full Changelog: 0.4.0...0.5.0
0.4.0
- Added an animator parameter applicator
Full Changelog: 0.3.1...0.4.0
0.3.1
- Fixed a build issue which prevented image files from being included properly
Full Changelog: 0.3.0...0.3.1
0.3.0
- Added support for boolean operations
- Added support for setting global material parameters
- Added a fake skybox shader
- Refactored various components to be value agnostic (e.g. work both on local and synchronized values)
Full Changelog: 0.2.0...0.3.0
0.2.0
- Added PlayerTeleportTarget component
- Added PlayerVolumeTrigger component
- Added PlayerInteractionTrigger component
- Added ColorComponentConverter component
- Added (Color, Float, Int, String, Url, Vector3)Preset components
- Added operations _Increment, _Decrement, _Zero to numeric components
- Added reset operations (_Clear) to string and url components
Full Changelog: 0.1.0...0.2.0
0.1.0
- Initial Release