bdunderscore / modular-avatar

Other
489 stars 65 forks source link

MA Parameters may destroy persistent assets indirectly referenced from MA MergeAnimator #928

Open kaikoga opened 2 months ago

kaikoga commented 2 months ago

... when conditions below are met:

Analysis

AnimatorController itself is temporary asset (so not deep cloned), but the data it contains is not.

Workaround

bdunderscore commented 2 months ago

Hmm. This needs to be fixed, but the performance implications would probably be quite severe with the current architecture. This will have to wait for a refactoring of the animator merge system.