VRC_OscButtonIn

🚧

Deprecated

This component is deprecated. It is not available in the latest VRChat SDK, and is either non-functional, or will no longer receive updates. It may be removed at a later date.

We plan on implementing OSC support to Udon in SDK3 at a future date.

Control your world with any software compatible with OpenSoundControl.

Fires when an OSC message is received at a specific address.

487

📘

OSC Port

VRChat listens for OSC messages on port 9000.

Component Field NamePurpose
AddressSpecifies the address to listen on. Addresses are in the format "/a/b/cde". Read more about OSC addressing here.
On Button OnThe Trigger and Action/RPC to send when the button is pressed down.
On Button OffThe Trigger and Action/RPC to send when the button is released.