[Regarding macOS Tahoe](Updated September 18, 2025)
We cannot guarantee the compatibility of the current releases of Live2D Cubism Editor and Cubism SDK with macOS Tahoe.
We advise against upgrading your macOS at this time as it may cause Live2D products not to function correctly.
Upgrading macOS can also cause you to lose your Cubism Editor license file.
Please make sure to deactivate your Cubism Editor license before upgrading the macOS.
For more details:
https://help.live2d.com/en/other/other_09/For inquiries regarding issues with license purchases or license activation errors, please contact us through the
email form.Question, Live2D, JavaScript, Reverse motion
I am making HTML5/JavaScript game. It contains a Live2D model (.moc, .mtn).
How do you play then reverse a motion?
How do you start playing a motion from a specified 'frame' in the middle of the 'timeline'?
Thanks in advance
0 ·
Comments
I think that it is easy to play to make a reverse motion .
[ For example ]
1. Open the mtn file2. Copy the value of the parameter 3. Use the Chrome Develop Console, and sorted by JavasScript, and copy the value
> JavaScript Array reverse() Method
4. mtn file in the value paste
5. also the same way other parameters of mtn file .
6. Play the motion !
I think this approach is that it easier than reverse in the program .
please try this, I hope this will work.
Thanks!