For inquiries regarding issues with license purchases or license activation errors, please contact us through the
email form.Does the SDK provide functionality to listen to start/end of a motions?
Is there a interface for doing something on start/end of a motion? For subtitle.
thanks!
0 ·
Comments
Though the interface class is not known , the following pages I think would be helpful .
I think that it can be motion stopped at stopAllMotions function .
Live2D Manual - About Motion
Live2D API - stopAllMotions
As another way , I think that it can be motion start / stop if conditional branch the live2DModel.update in the Update function .
Example Code : Please refer to the following page .
Live2D Commnunity - Change motion by click the button in unity