Raz
Raz
Confirming that this still causes issues, at least on desktop - the Mute/Unmute keybind stops working, although the menu no longer switches to the vive controls. Have not tested on...
Sounds good. Given the need for API stability, I've broken out the uniquely named method `PatchAllUncategorized()`, which has the needed behavior, and leaves the functionality and interface for `PatchAll()` untouched....
I agree, this creates complications for other tooling that depends on Harmony. I think a solid solution would be providing it as an official package through VCC, so other packages...
`com.vrchat.base` 3.4.0 now bundles Harmony, which smooths handling of the Harmony dependency: https://github.com/vrchat-community/creator-companion/issues/75#issuecomment-1751513947
Would like to bump this issue - it's especially important for implementing OSCQuery on standalone devices (where it really shines), especially standalone OSC trackers like Mocopi or Slime. This limitation...
First off - do you have Harmony in your project? If not, you can get it from the same VPM source, or from https://github.com/rrazgriz/harmony-vpm if you prefer standalone. Assuming you...
Gotcha - I'll try to take a look at this when I can. In the meantime - can you go to `Packages -> Harmony -> Plugins` in your Project window,...
Will need more information to tackle this, especially any errors occurring in the console. Assuming that you do have custom node styles enabled, try resetting your preferences (bottom right of...
Alright. Next steps to identify the issue: - Ensure the image assets are present in the correct folder:  - Try removing RATS, relaunching the project, and re-adding after the...
Good that you ran through troubleshooting steps first. Other features are working fine, so Harmony seems to be in working order (the versioning isn't really a problem for this case)....