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
- Replace the sample model
Mao
with the updated version that is compatible with Cubism 5.0.
5-r.1-beta.1 - 2023-08-17
- Add Wankoromochi as a model bundled with SDK.
- Add sample scenes
MultipleModels
,PerspectiveCamera
,Raycasting
. - Projects can be built specifying
Windows
platform.
- 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
- Fix some problems related to Cubism Core.
- See
CHANGELOG.md
in Core.
- See
beta.1 - 2023-03-14
- Add
Expression
sample. - Add immediate stabilization of physics.
- Add component
CubismMotionApplier
corresponding toAnimationGraph
. - Add function to validate MOC3 files.
- 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.
- Change the supported version of Cocos Creator to v3.7.1 or later.
alpha.1 - 2022-12-05
- New released!