lyuma / Av3Emulator

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

If physbone/contacts are synced, dont set the access insts on remote #187

Closed jellejurre closed 1 month ago

jellejurre commented 2 months ago

Fixes #186

lyuma commented 1 month ago

Committed 462a9984cfa2ad66e9a902b15740ef1e712516a7. Thanks! I saw we already had the synced variable which is initialized from networkSynced, so I simplified the reflection code to use that.