lyuma / Av3Emulator

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

Expression Menu control that work with Parameter which is not listed on registered ExpressionParameters should not work. #76

Closed anatawa12 closed 1 year ago

anatawa12 commented 1 year ago

Expression Menu Controls that changes Parameter which is not listed on ExpressionParameters should not work.

In VRChat, such a control does nothing but Av3 emulator changes AnimatorController Parameters.

This does not happens generally, because SDK prevents uploading such a avatars. However, with some tools, such a situation can be happened.

lyuma commented 1 year ago

Does version 3.1.0 solve this? It now includes support for local parameters.