nicollasricas / decks-unity

Enables Stream Deck integration with Unity.
MIT License
27 stars 0 forks source link

VRChat SDK Component Support #9

Open Iplay4u opened 9 months ago

Iplay4u commented 9 months ago

I've been trying to get the VRC Phys Bone component to work with the Add Component. I might be dumb and not using it correctly, I tried doing "VRC Phys Bone" and "VRC_Phys_Bone" both of which didn't work. image

nicollasricas commented 9 months ago

Hey,

Go to Tools/Stream Deck and enable the “Debug” option.

Every time the assembly reloads, all the components are cached to speed up the process, and with the debug enabled all components are logged to the console.

Search the console output by keywords like “phys” or “bone” and try to find the component you want.

In the Stream Deck action, you should set the component name as it is in the console output.

Hope it helps.