Submissions by EmergencyBattle tagged live2d

I forgot to update my streak here, but while I've been gone I've mostly finished the project. The models have been brought into the Unity project and I've trained the program to recognise natural images instead of markers so that I can use images that look more like a picture book than markers do.

One issue I had with the Live2D models is that they're normally not intended for 3D environments, so when you make animations they don't clip the model to the background, because it's assumed that you'll place it in a normal 2D frame yourself as you please, but that's not the case when you work in AR and have a freely moving camera. I solved this by making a simple png file with a box which I set the model parts to clip to and then turned the opacity of the box to 0% so that the box clips the parts of the model I want to hide without being visible, and then keyed the parameters for the box in the animation files so that I can use the same model for all the animations and have custom heights of visibility for them all.

What's left to do is simply to make sure that everything works, put the book together neatly and do the required writing. I should have no problem getting it done by Wednesday.

Only have one more motion left to animate, then I can grab snapshots of it and start to arrange the pages for AR.

Got it working with my own model and a static animation! (Is not apparent in the video, but it's working and that's the important part.) Next steps is to generate my own patterns and fixing the actual pages so that it will look right, and getting all the content in.

Finished setting up the model. Gave up on the idea of having her be able to stand up from an at least crouching position as I couldn't get the joints to behave nicely. Might revisit that later if I have the time.

Continued setting parameters for the model. Learned how to duplicate and flip a set of art meshes/deformers/parameters and editing them to make them correct. One thing that doesn't automatically copy over is any glued vertices. When I do the legs I'll have to check if duplicating the glue will make it carry over or it you have to manually re-glue every time.

Continued to work on the model. Consulted a bunch of tutorials and the Live2D documentation to get more systematic knowledge of how to set up a model properly as before I have only relied on intuition and the only partially translated Live2D official documentation. I now have a better understanding of what I'm doing, although I'm not sure this model I'm making now would work in eg. FaceRig out of the box. I'd probably have to modify it, but since that isn't the primary purpose of this project and all animations will be my custom ones anyway that doesn't matter much. I have now animated everything on the face, and I'll finish animating the entire head before stopping for today.