d4rkc0d3r / d4rkAvatarOptimizer

d4rkpl4y3r's VRChat Avatar 3.0 optimizer
MIT License
368 stars 16 forks source link

Material property animations not work after optimization #77

Closed jerryzmtz closed 6 months ago

jerryzmtz commented 7 months ago

Without Optimizer, Material property animations could correctly change the _LightMinLight of liltoon materials of the whole avatar. However, after optimizations, only parts of the dress could be animated. It is kind of like the previous issues: https://github.com/d4rkc0d3r/d4rkAvatarOptimizer/issues/66

IssueReport.zip

d4rkc0d3r commented 7 months ago

This is very probably already fixed by https://github.com/d4rkc0d3r/d4rkAvatarOptimizer/commit/630795804284154408a3a02803dc38348da7728f for a future release. I can see from your screenshots that the miss matched animations indeed are missing that material. prefix for the animation property name.

d4rkc0d3r commented 6 months ago

3.4.0 is out and has this fix