Skip to content

Cubism 5 SDK for Web R5

Latest

Choose a tag to compare

@wada-at-live2d-com wada-at-live2d-com released this 02 Apr 02:27
198a376

Added

  • Add functionality to change motion calculation order.
  • Add cubismlook class that implements the target tracking feature.
    • The target tracking feature can now specify parameter IDs through the Framework.

Changed

  • Change multiply and screen color functions to separate class with renamed methods.

Fixed

  • Fix unnecessary multiply color and screen color settings in mask drawing.

Removed

  • Remove deprecated functions from CubismMotion:
    • setIsLoop() (use setLoop() instead)
    • isLoop() (use getLoop() instead)
    • setIsLoopFadeIn() (use setLoopFadeIn() instead)
    • isLoopFadeIn() (use getLoopFadeIn() instead)
  • Remove deprecated functions from CubismExpressionMotionManager:
    • getCurrentPriority() (priority is not used in expression motion playback)
    • getReservePriority() (priority is not used in expression motion playback)
    • setReservePriority() (priority is not used in expression motion playback)
    • startMotionPriority() (use startMotion() instead)
  • Remove deprecated fields from CubismExpressionMotionManager:
    • _currentPriority (priority is not used in expression motion playback)
    • _reservePriority (priority is not used in expression motion playback)
  • Remove deprecated function from CubismExpressionMotion:
    • getFadeWeight() (use CubismExpressionMotionManager.getFadeWeight() instead)
  • Remove deprecated field from CubismExpressionMotion:
    • _fadeWeight (can cause bugs)
  • Remove deprecated functions from CubismModel:
    • getOverwriteFlagForModelCullings() (renamed to getOverrideFlagForModelCullings())
    • setOverwriteFlagForModelCullings() (renamed to setOverrideFlagForModelCullings())
    • getOverwriteFlagForDrawableCullings() (renamed to getOverrideFlagForDrawableCullings())
    • setOverwriteFlagForDrawableCullings() (renamed to setOverrideFlagForDrawableCullings())