lyuma / Av3Emulator

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

Default values in ExpressionParameters are not applied correctly #184

Closed nekobako closed 1 month ago

nekobako commented 3 months ago

To Reproduce:

  1. Add a bool parameter to the AnimatorController and set the default value to true
  2. Add a bool parameter with same name to the ExpressionParameters and set the default value to false
  3. Run into Play Mode
  4. The parameter is set to true

Expected behavior: Default value in ExpressionParameters should be applied so the parameter should be false.

Version: 3.4.5