vrchat-community / osc

Files and Info on using OSC to communicate with VRChat
MIT License
234 stars 5 forks source link

none of the button inputs work #22

Closed EIA485 closed 2 years ago

EIA485 commented 2 years ago

Describe the bug when playing in screen mode none of the button endpoints listed in the controller docs work To Reproduce Steps to reproduce the behavior:

  1. send an osc msg for anything under the button section of the controller docs while in desktop
  2. observe that it does not do its function

Info (please complete the following information):

NarryG commented 2 years ago

Button inputs seem to be working here. Are you using TouchOSC or custom input? Button inputs need to be held to register, and then later need to be released.

EIA485 commented 2 years ago

using touch designer for testing, based on the in game osc debug ui and loging in td with a osc in DAT it seems im sending the right data osc log jump osc

EIA485 commented 2 years ago

oh, oops. im dumb. sorry for wasting yalls time. the issue was that i was sending floats not ints.