Update to Cubism 4 SDK for Web R6_1
parent
0219fa5158
commit
9976bd8635
|
@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
|
||||
## [4-r.6.1] - 2023-03-10
|
||||
|
||||
### Added
|
||||
|
||||
* Add funciton to validate MOC3 files.
|
||||
* See `CHANGELOG.md` in Core and Framework.
|
||||
|
||||
|
||||
## [4-r.6] - 2023-02-21
|
||||
|
||||
### Removed
|
||||
|
@ -161,6 +169,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
* Fix issue with reloading model images in WebKit.
|
||||
|
||||
|
||||
[4-r.6.1]: https://github.com/Live2D/CubismWebSamples/compare/4-r.6...4-r.6.1
|
||||
[4-r.6]: https://github.com/Live2D/CubismWebSamples/compare/4-r.5...4-r.6
|
||||
[4-r.5]: https://github.com/Live2D/CubismWebSamples/compare/4-r.5-beta.5...4-r.5
|
||||
[4-r.5-beta.5]: https://github.com/Live2D/CubismWebSamples/compare/4-r.5-beta.4...4-r.5-beta.5
|
||||
|
|
|
@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
## 2023-03-10
|
||||
|
||||
### Added
|
||||
|
||||
* Add the function `csmHasMocConsistency`.
|
||||
* This function verifies that the `MOC3` file is valid.
|
||||
|
||||
### Changed
|
||||
|
||||
* Upgrade Core version to 04.02.0003.
|
||||
|
||||
|
||||
## 2023-02-21
|
||||
|
||||
### Added
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 00275677bef9c5848be5d873158afef875140bf2
|
||||
Subproject commit 2289dd088b797ab56df8302d2044015b1d80533f
|
Loading…
Reference in New Issue