Skip to content

Cubism 5 SDK for Web R3

Latest
Compare
Choose a tag to compare
@wada-at-live2d-com wada-at-live2d-com released this 18 Feb 02:25
01e64ba

Added

  • Add new motion loop processing that seamlessly connects the start and end points of the loop.
    • The _isLoop variable was moved from class CubismMotion to class ACubismMotion.
    • Add the setter for _isLoop, setLoop(), to class ACubismMotion.
    • Add the getter for _isLoop, getLoop(), to class ACubismMotion.
    • The _isLoopFadeIn variable was moved from class CubismMotion to class ACubismMotion.
    • Add the setter for _isLoopFadeIn, setLoopFadeIn(), to class ACubismMotion.
    • Add the getter for _isLoopFadeIn, getLoopFadeIn(), to class ACubismMotion.
    • Add a variable _motionBehavior for version control to the CubismMotion class.

Changed

  • Change ESLint version to 9.17.0.
    • With this update, we have added the eslint.confing.mjs required for FlatConfig.

Deprecated

  • Deprecate the following elements due to the change in the variable declaration location.
    • CubismMotion.setIsLoop()
    • CubismMotion.isLoop()
    • CubismMotion.setIsLoopFadeIn()
    • CubismMotion.isLoopFadeIn()