modular-avatar icon indicating copy to clipboard operation
modular-avatar copied to clipboard

BUG: MA menu item can break avatar build (from code remnants)

Open Martin-H2 opened this issue 5 months ago • 1 comments

Unity 2022 seems to leave its trash from deleted and changed object in YAML files of the scene / prefabs. If you used a parameter inside a "MA Menu Item" component, now change to another parameter and delete the original param from your ava (or not genegrate it anymore with the params object) then the build will break and VRC SDK will complain, that the old parameter was added to an expression menu even though it does not exist on the avatar.

In this case, you are not able to fix the "MA Menu Item" component, but you have to remove it and create it new - using the exact same settings. Now the avatar builds again, even though, you made no visible changes

Martin-H2 avatar Sep 09 '24 21:09 Martin-H2