bdunderscore / ndmf

MIT License
56 stars 18 forks source link

Expose animation clone APIs built for MA in NDMF #111

Open bdunderscore opened 6 months ago

kaikoga commented 6 months ago

FYI: I had to implement VRM-related ScriptableObject clone API in bdunderscore/modular-avatar#602

enitimeago commented 2 months ago

What work needs to be done to complete this?

Would it be as straightforward as placing a copy (or a portion) of Modular Avatar's Animator folder into NDMF?

I was able to get that to work in February by copying AnimatorUtil and AnimatorCombiner: https://github.com/enitimeago/make-it-mmd/commit/d38061d2ae5bf9a7bfede25daf13cda6d528f73e

More recently I've tested copying the whole folder and only needed to copy a few extra methods from MA: https://github.com/enitimeago/make-it-mmd/pull/64/files#diff-5969a7e96382bc1f99fd8c9a38e2e6951a1a20884dd5584f78364edc807437aeR27