lyuma / Av3Emulator

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

Fix default values not applied if they are 0 or false #185

Closed jellejurre closed 1 month ago

jellejurre commented 2 months ago

it might be better to use nullable structs (int?) for lastValue and initialize with nulls?

Done