Skip to content

Latest commit

 

History

History
72 lines (42 loc) · 2.29 KB

CHANGELOG.md

File metadata and controls

72 lines (42 loc) · 2.29 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

5-r.1-beta.2 - 2023-09-28

Changed

  • Replace the sample model Mao with the updated version that is compatible with Cubism 5.0.

5-r.1-beta.1 - 2023-08-17

Added

  • Add Wankoromochi as a model bundled with SDK.
  • Add sample scenes MultipleModels, PerspectiveCamera, Raycasting.
  • Projects can be built specifying Windows platform.

Fixed

  • Fix an issue where information was being got using indexes instead of IDs when getting cdi3.json data.
  • Fix an issue in the Bounds calculation process.
  • Fix an issue where values changed from Inspector via CubismRenderController(CubismRenderer.onController~) were not serialized.

beta.2 - 2023-03-16

Fixed

  • Fix some problems related to Cubism Core.
    • See CHANGELOG.md in Core.

beta.1 - 2023-03-14

Added

  • Add Expression sample.
  • Add immediate stabilization of physics.
  • Add component CubismMotionApplier corresponding to AnimationGraph.
  • Add function to validate MOC3 files.

Fixed

  • Fix an error in the default value when there is no Optional item in the Json parse result.
  • Fix incorrect conditions for EyeBlink settings during import.
  • Fix an error when an expression unused model was imported.
  • Fix an error that occurred when the model mesh was moved with the manipulator and Undo was performed, resulting in incorrect drawing.
  • Fix wrong name of options and fix module path. @chichinohaha
  • Fix a problem that prevented building and running on Cocos Creator.

Changed

  • Change the supported version of Cocos Creator to v3.7.1 or later.

alpha.1 - 2022-12-05

Added

  • New released!