For whatever reason get the OSC to work in Vrchat.
I’ve tried:
ReSetting OSC data
Turning it off and on again in VRC
Uninstall and reinstall VRC
Checked my fire walls
Disabled Norton anti virus before booting up
Checked ports for conflicts using 9000 and 9001
And it still doesn’t work.
I’m on virtual desktop PC, VR with quest 3
This is for an avatar prefab not any trackers.
Any suggestions?
Hi Aizawa,
I did a bunch of testing and research to see if I could get an iOS device working with VRChat and OSC. This is an outline of my approach to try and debug the problem, which may be helpful to you:
- Test that you can generate and receive OSC multicast messages outside of VRChat, e.g., use pythonOSC to generate and capture OSC messages.
- If you are not comfortable with Python, you can use something like protokol and TouchOSC (https://hexler.net/) which are good apps for sending and monitoring OSC messages.
- Then test with the above to see if you can send a message in with /input/Jump with the 1 parameter.
- Use the Protokol to monitor to see if you can see any OSC message being generated from VRChat.
Hope this helps.
Sacha