[About macOS Sequoia] (Updated October 22, 2024)
Live2D Cubism Editor 5.1.02 now supports macOS Sequoia.
Other Live2D Cubism products currently released are not guaranteed to work on macOS Sequoia.
Please refrain from upgrading macOS, as it may not operate properly.
Question: Can I get part of model and operate it as a progress bar
I'm using live2d with cocos2d-x.
Can I get part of model with a partID then operate it myself?
Say the role first has a blank progress bar. Then as player acts, the progress bar moves accordingly.
I want the progress bar part of the model, so it can acts together with the role, such as when role jumping.
0 ·
Comments
What I mean by "operate it myself", is that I can progress the bar step by step as user acts.
See on role's chest, there's a progress bar, when user acts, the progress bar moves from 0 to another number and finally full.
Do you have a code for making eye blinking (randomized triggering of a certain set of motions) or breathing (sine-function variation of a parameter over time)?
If so, you can find the part of code which allows you to control parameters directly within those functions. That part of code is the key. Make the progress bar a parameter, and then control it via that code you've found - violá!
I hope it helped!