You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
how do you get moc3 files by using assetstudio,i can only get these files by using UnityLive2DExtractor,can you upload your assetstudio version? please
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.
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
The text was updated successfully, but these errors were encountered: