lyuma / Av3Emulator

Emulator for VRChat's Avatars 3.0 system, built on the Unity PlayableGraph API
Other
539 stars 32 forks source link

OSC also emit unsynced variables #190

Closed jellejurre closed 1 month ago

jellejurre commented 1 month ago

Closes: #189

lyuma commented 1 month ago

I removed the check for "(local)" since that only ever goes into stageName (to be shown in the inspector, not used), not name. so I just removed the if statements completely.

Committed in 6a7806ca815f638b06a46192739c4ffb4ec1a789. Thanks!