Update to Cubism 4 SDK for Web R5 beta1
parent
b032ce27e1
commit
53c4823fa8
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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.5-beta.1] - 2022-05-19
|
||||
|
||||
### Added
|
||||
|
||||
* Support multiply colors and screen colors added in Cubism 4.2.
|
||||
* See Framework and Core.
|
||||
|
||||
|
||||
## [4-r.4] - 2021-12-09
|
||||
|
||||
### Changed
|
||||
|
@ -99,6 +107,8 @@ 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.5-beta.1]: https://github.com/Live2D/CubismWebSamples/compare/4-r.4...4-r.5-beta.1
|
||||
[4-r.4]: https://github.com/Live2D/CubismWebSamples/compare/4-r.3...4-r.4
|
||||
[4-r.3]: https://github.com/Live2D/CubismWebSamples/compare/4-r.3-beta.1...4-r.3
|
||||
[4-r.3-beta.1]: https://github.com/Live2D/CubismWebSamples/compare/4-r.2...4-r.3-beta.1
|
||||
|
|
|
@ -4,6 +4,32 @@ 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/).
|
||||
|
||||
|
||||
## 2022-05-19
|
||||
|
||||
### Added
|
||||
|
||||
* Support new Multiply Color & Screen Color features.
|
||||
* Support new Blend Shape features.
|
||||
|
||||
### Changed
|
||||
|
||||
* Upgrade Core version to 04.02.0000. This upgrade is following Cubism Editor 4.2 features.
|
||||
|
||||
|
||||
## 2022-02-10
|
||||
|
||||
### Added
|
||||
|
||||
* [Unity] Add bitcode library(.bc) for Emscripten latest version build.
|
||||
|
||||
### Changed
|
||||
|
||||
* [Unity] Change the bitcode file directory location.
|
||||
* emsdk latest version build bitcode file in `latest` directory.
|
||||
* emsdk 1.38.48 build bitcode file in `1_38_48` directory.
|
||||
|
||||
|
||||
## 2021-12-09
|
||||
|
||||
### Added
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 13ba60d1b256ff6a8b76ba9b94da4e1e714e0512
|
||||
Subproject commit dd67abe333d3824f8fb6cf6290ebce932d26b2e3
|
38
README.md
38
README.md
|
@ -80,31 +80,31 @@ NOTE: デバック用の設定は、`.vscode/launch.json` に記述していま
|
|||
|
||||
### Node.js
|
||||
|
||||
* 17.2.0
|
||||
* 16.13.1
|
||||
* 14.18.2
|
||||
* 12.22.7
|
||||
* 18.1.0
|
||||
* 17.9.0
|
||||
* 16.15.0
|
||||
* 14.19.2
|
||||
|
||||
|
||||
## 動作確認環境
|
||||
|
||||
| プラットフォーム | ブラウザ | バージョン |
|
||||
| --- | --- | --- |
|
||||
| Android | Google Chrome | 96.0.4664.45 |
|
||||
| Android | Microsoft Edge | 96.0.1054.36 |
|
||||
| Android | Mozilla Firefox | 94.1.2 |
|
||||
| iOS / iPadOS | Google Chrome | 96.0.4664.53 |
|
||||
| iOS / iPadOS | Microsoft Edge | 95.0.1020.60 |
|
||||
| iOS / iPadOS | Mozilla Firefox | 39.0 |
|
||||
| Android | Google Chrome | 101.0.4951.61 |
|
||||
| Android | Microsoft Edge | 101.0.1210.47 |
|
||||
| Android | Mozilla Firefox | 100.1.2 |
|
||||
| iOS / iPadOS | Google Chrome | 101.0.4951.58 |
|
||||
| iOS / iPadOS | Microsoft Edge | 101.1210.47 |
|
||||
| iOS / iPadOS | Mozilla Firefox | 100.1 |
|
||||
| iOS / iPadOS | Safari | 604.1 |
|
||||
| macOS | Google Chrome | 96.0.4664.55 |
|
||||
| macOS | Microsoft Edge | 96.0.1054.34 |
|
||||
| macOS | Mozilla Firefox | 94.0.2 |
|
||||
| macOS | Safari | 15.1 |
|
||||
| Windows | Google Chrome | 96.0.4664.45 |
|
||||
| Windows | Internet Explorer 11 | 19043.1387 |
|
||||
| Windows | Microsoft Edge | 96.0.1054.41 |
|
||||
| Windows | Mozilla Firefox | 94.0.2 |
|
||||
| macOS | Google Chrome | 101.0.4951.64 |
|
||||
| macOS | Microsoft Edge | 101.0.1210.47 |
|
||||
| macOS | Mozilla Firefox | 100.0.1 |
|
||||
| macOS | Safari | 15.4 |
|
||||
| Windows | Google Chrome | 101.0.4951.67 |
|
||||
| Windows | Internet Explorer 11 | 19044.1645 |
|
||||
| Windows | Microsoft Edge | 101.0.1210.47 |
|
||||
| Windows | Mozilla Firefox | 100.0 |
|
||||
|
||||
Note: 動作確認時のサーバの起動は `./Samples/TypeScript/Demo/package.json` の `serve` スクリプトを使用して行っています。
|
||||
|
||||
|
@ -114,4 +114,4 @@ Note: 動作確認時のサーバの起動は `./Samples/TypeScript/Demo/package
|
|||
ユーザー同士でCubism SDKの活用方法の提案や質問をしたい場合は、是非コミュニティをご活用ください。
|
||||
|
||||
- [Live2D 公式コミュニティ](https://creatorsforum.live2d.com/)
|
||||
- [Live2D community(English)](http://community.live2d.com/)
|
||||
- [Live2D community(English)](https://community.live2d.com/)
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -11,19 +11,19 @@
|
|||
"clean": "rimraf dist"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^5.5.0",
|
||||
"@typescript-eslint/parser": "^5.5.0",
|
||||
"eslint": "^8.3.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.23.0",
|
||||
"@typescript-eslint/parser": "^5.23.0",
|
||||
"eslint": "^8.15.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"prettier": "^2.5.0",
|
||||
"prettier": "^2.6.2",
|
||||
"rimraf": "^3.0.2",
|
||||
"serve": "^13.0.2",
|
||||
"ts-loader": "^9.2.6",
|
||||
"typescript": "^4.5.2",
|
||||
"webpack": "^5.64.4",
|
||||
"webpack-cli": "^4.9.1",
|
||||
"webpack-dev-server": "^4.6.0"
|
||||
"ts-loader": "^9.3.0",
|
||||
"typescript": "^4.6.4",
|
||||
"webpack": "^5.72.1",
|
||||
"webpack-cli": "^4.9.2",
|
||||
"webpack-dev-server": "^4.9.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"whatwg-fetch": "^3.6.2"
|
||||
|
|
|
@ -7,8 +7,8 @@ TypeScript で実装したアプリケーションのサンプル実装です。
|
|||
|
||||
| パッケージ | バージョン |
|
||||
| --- | --- |
|
||||
| TypeScript | 4.2.2 |
|
||||
| Webpack | 5.24.3 |
|
||||
| TypeScript | 4.6.4 |
|
||||
| Webpack | 5.72.1 |
|
||||
|
||||
その他のパッケージに関しては、各プロジェクトの `package.json` を確認してください。
|
||||
また、その他の開発環境・動作確認環境はトップディレクトリにある [README.md](/README.md) を参照してください。
|
||||
|
|
Loading…
Reference in New Issue