Skip to content

v2.0.0 Beta 2

Compare
Choose a tag to compare
@I5UCC I5UCC released this 21 Oct 13:07
· 74 commits to main since this release

🢃 Download Release

Discord Support Server


v2.0.0b2 Changelog

  • added unsigned float options for vector2 actions
    image
    • tick the box for any supported parameter to map the float value to [0, 1] instead of [-1, 1]

v2.0.0b1 Changelog

  • Refactor and optimization of entire code base. The project got too big for one file so I split it into three. Better for readability and better if someones wants to contribute.
  • OSCQuery support! Just for listening to avatar change events.
  • Only sending Parameters when its needed/when they change. This needs some testing to avoid desyncronization with remote users.
  • The configurator now has a Mode option for every parameter. It has three modes:
    • "Send On Change" (Default) As the name might suggest, it sends a parameter only when it has changed from its previous value.
    • "Send On Positive" It sends a Parameter when it changes, but also continuosly sends Positive values every Poll.
    • "Always Send" This is like the old behaviour, just sends the parameters current state every Poll.
      image

Full Changelog: v1.3.2...v2.0.0b2