UnityLive2DExtractor icon indicating copy to clipboard operation
UnityLive2DExtractor copied to clipboard

Separate Model and Controller files

Open Verthae opened this issue 1 year ago • 0 comments

I'm working on figuring out how to get the Cubism motion3 files out of a game going EoS soon, but it seems like the structure of the files prevents me from recovering the AnimationClip files back into motion3 files via UnityLive2DExtractor.

I've seen other games where there is an Animator file that seems to contain the model3, moc3, and such files, but what I find in tihs game is that these files are already exposed - there is no Animator file containing them.
image

the animation clips are also in an entirely different folder than the model data, unlike in other situations where the whole cubism object is in 1 file.

I was wondering what I need to try to modify to get the data necessary to rebuild the motion3 out of the AnimationClips.

This section: CubismMotion3Converter seems to be what I need to modify to reference something, but I'm not clear on how it does what it does (what file is it reading, how does it grab the data it needs)

EDIT: From what I'm understanding - there should be Transform files that I'm tracing the hierarchy of to build the Motion3 conversion objects with, but I can't seem to find any Transform files in relation to these Cubism files, only an AnimationController that seems to be more for StateMachine controls.

The cdi file seesms to contain parameter data (Parameter Names, Groups, Part names) - but no obvious hierarchy data or defaults, so I'm not sure if this works as a replacement for the Transform objects that are missing.

example.zip

Verthae avatar Sep 05 '22 01:09 Verthae