Releases: stella3d/OscCore
Releases · stella3d/OscCore
1.1.0
Version 1.1.0
Improvements
Property Output
now also supports getting values from fields, in addition to the properties it already supported.
Bug Fixes
-
Fix value diffing for a few scenarios in property output. fixes
Vector3.xz
output and redundant vector3 messages. -
Fix state management for Monitor Window (more reliably reflects the real state of things)
-
fix a null reference exception that happened when an
OscReceiver
was disabled
Package Changes
Unnecessary tests from a dependency removed
1.0 - Stable
The 1.0 version comes with a public API stability guarantee : minor / point upgrades in 1.x will not break your code.
This version has breaking changes from the original, mostly made for the sake of cleaning up the API.
CHANGES
- new
Property Output
component to make it easy to send changing Unity properties as OSC messages. - Custom inspectors for everything
- Internal code refactor
- small bug fixes
- better documentation , including
comments and tool tips
Initial Release - 0.1.0
The first public version!