lyuma / Av3Emulator

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

Better duplicate param handling #108

Closed jellejurre closed 1 year ago

jellejurre commented 1 year ago

Fixes a crash when two parameters with the same name exist. From my testing in VRChat it seems VRChats picks the first one and ignores any later ones.

Depends on #107 because of merge issues

Closes #105

lyuma commented 1 year ago

Rebased and pushed in 266fbcc0. Thanks for the change.