Skip to content

Cubism 5 SDK for Unreal Engine R1 beta1

Latest

Choose a tag to compare

@wada-at-live2d-com wada-at-live2d-com released this 29 May 02:47
223f5f5

Added

  • Added support for drawing to render targets.
  • Added a sample demonstrating Cubism model rendering on the HUD.
  • Added a Blueprint function to spawn a model at runtime using a CubismModel3Json asset.
  • Added CubismUpdateControllerComponent for centralized update control of Cubism components.
  • Added CubismUpdatableInterface to unify update behavior across Cubism components.
  • Added editor toggle options to enable or disable Physics, EyeBlink, and Pose behavior while editing in the Unreal Editor.

Fixed

  • Fix initial motion and expression not playing when Index is set in CubismMotionComponent and CubismExpressionComponent.
  • Fix an issue with missing header files when compiling with Unreal Automation Tool.
  • Fix errors when spawning Cubism model in open world levels.
  • Fix an error occurring when starting PIE.
  • Fix an error triggered by Undo actions.
  • Fix to stop motion if the index is set to -1.
  • Fix crash when creating Blueprint from CubismModel.

Changed

  • Modified to allow hiding Cubism models in world space.
  • Renamed shader class used for mask rendering.
  • Updated samples to support user interaction through the UI.
  • Refactor Cubism components to implement CubismUpdatableInterface and delegate updates to CubismUpdateControllerComponent.
  • Adjust GetExecutionOrder values across components to ensure deterministic update order.