Skip to content

Commit

Permalink
Merge pull request #40 from Live2D/develop
Browse files Browse the repository at this point in the history
Cubism 4 SDK for Web R5 beta1
  • Loading branch information
itoh-at-live2d-com authored May 19, 2022
2 parents 66c2796 + 53c4823 commit c1d7870
Show file tree
Hide file tree
Showing 7 changed files with 1,273 additions and 1,387 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
26 changes: 26 additions & 0 deletions Core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` スクリプトを使用して行っています。

Expand All @@ -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/)
Loading

0 comments on commit c1d7870

Please sign in to comment.