[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.UtSystem or Date() faster?
I need a simple clock to run in the background while the game is progressing.
I have the choice of using :
JavaScript's
requestAnimationFrame()
in conjunction with either :
-
UtSystem.getUserTimeMSec()
or
- JavaScript's
Date()
.
I would like to ask: which is more efficient?
Thank you in advance
0 ·
Comments
FPS control in requestAnimationFrame I think difficult .
I think that JavaScript's Date () or SetTimeout () is good .