Skip to content

Commit ed1e0b7

Browse files
Merge pull request #63 from Live2D/develop
Update to Cubism 5 SDK for Web R5
2 parents 5bd3537 + b1de66b commit ed1e0b7

11 files changed

Lines changed: 1361 additions & 843 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77

8+
## [5-r.5] - 2026-04-02
9+
10+
### Changed
11+
12+
* Change motion calculation order updates to be performed by `CubismUpdateScheduler`.
13+
* Change to configure the parameter IDs and settings used for target tracking in `CubismLook`.
14+
15+
### Removed
16+
17+
* Remove deprecated functions from `LAppWavFileHandler`:
18+
* `getInstance()` (use `new LAppWavFileHandler()` instead)
19+
* `releaseInstance()` (no longer needed with constructor pattern)
20+
* `s_instance` variable (no longer needed with constructor pattern)
21+
22+
823
## [5-r.5-beta.3.1] - 2026-02-19
924

1025
### Fixed
@@ -342,6 +357,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
342357
* Fix issue with reloading model images in WebKit.
343358

344359

360+
[5-r.5]: https://github.com/Live2D/CubismWebSamples/compare/5-r.5-beta.3.1...5-r.5
345361
[5-r.5-beta.3.1]: https://github.com/Live2D/CubismWebSamples/compare/5-r.5-beta.3...5-r.5-beta.3.1
346362
[5-r.5-beta.3]: https://github.com/Live2D/CubismWebSamples/compare/5-r.5-beta.2...5-r.5-beta.3
347363
[5-r.5-beta.2]: https://github.com/Live2D/CubismWebSamples/compare/5-r.5-beta.1...5-r.5-beta.2

Core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77

8+
## 2026-04-02
9+
10+
### Removed
11+
12+
* [Unity] Remove Android x86 library.
13+
14+
815
## 2026-01-29
916

1017
### Added

README.ja.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@ Coreディレクトリのファイルをコピーしてください。
6565

6666
その他のタスクに関してはサンプルプロジェクトの [README.md](Samples/TypeScript/README.ja.md) を参照ください。
6767

68-
NOTE: デバック用の設定は`.vscode/tasks.json` に記述しています。
68+
NOTE: デバッグ用の設定は`.vscode/tasks.json` に記述しています。
6969

70-
### プロジェクトのデバック
70+
### プロジェクトのデバッグ
7171

72-
Visual Studio Code で **本 SDK のトップディレクトリ** を開き、 *F5* キーを入力すると Debugger for Chrome が起動します
72+
Visual Studio Code で **本 SDK のトップディレクトリ** を開き、 *F5* キーを押すと組み込みの JavaScript デバッガー(Chrome や Edge など)によるデバッグが開始されます
7373

74-
Visual Studio Code 上でブレイクポイントを貼って Chrome ブラウザと連動してデバックを行うことができます
74+
Visual Studio Code 上でブレイクポイントを貼ってブラウザと連動してデバッグを行うことができます
7575

76-
NOTE: デバック用の設定は`.vscode/launch.json` に記述しています。
76+
NOTE: デバッグ用の設定は`.vscode/launch.json` に記述しています。
7777

7878

7979
## SDKマニュアル
@@ -94,28 +94,28 @@ Core : [CHANGELOG.md](Core/CHANGELOG.md)
9494

9595
### Node.js
9696

97-
* 25.4.0
98-
* 24.13.0
97+
* 25.8.2
98+
* 24.14.1
9999

100100

101101
## 動作確認環境
102102

103103
| プラットフォーム | ブラウザ | バージョン |
104104
| --- | --- | --- |
105-
| Android | Google Chrome | 139.0.7258.123 |
106-
| Android | Microsoft Edge | 139.0.3405.102 |
107-
| Android | Mozilla Firefox | 141.0.3 |
108-
| iOS / iPadOS | Google Chrome | 139.0.7258.76 |
109-
| iOS / iPadOS | Microsoft Edge | 139.0.3405.101 |
110-
| iOS / iPadOS | Mozilla Firefox | 142.0 |
111-
| iOS / iPadOS | Safari | 18.6 |
112-
| macOS | Google Chrome | 139.0.7258.128 |
113-
| macOS | Microsoft Edge | 139.0.3405.102 |
114-
| macOS | Mozilla Firefox | 141.0.3 |
115-
| macOS | Safari | 18.6 |
116-
| Windows | Google Chrome | 144.0.7559.97 |
117-
| Windows | Microsoft Edge | 144.0.3719.82 |
118-
| Windows | Mozilla Firefox | 147.0.1 |
105+
| Android | Google Chrome | 145.0.7680.164 |
106+
| Android | Microsoft Edge | 146.0.3856.71 |
107+
| Android | Mozilla Firefox | 148.0.2 |
108+
| iOS / iPadOS | Google Chrome | 147.0.7727.22 |
109+
| iOS / iPadOS | Microsoft Edge | 146.0.3856.77 |
110+
| iOS / iPadOS | Mozilla Firefox | 149.0 |
111+
| iOS / iPadOS | Safari | 26.4 |
112+
| macOS | Google Chrome | 146.0.7680.165 |
113+
| macOS | Microsoft Edge | 146.0.3856.72 |
114+
| macOS | Mozilla Firefox | 149.0 |
115+
| macOS | Safari | 26.4 |
116+
| Windows | Google Chrome | 146.0.7680.165 |
117+
| Windows | Microsoft Edge | 146.0.3856.78 |
118+
| Windows | Mozilla Firefox | 149.0 |
119119

120120
Note: 動作確認時のサーバの起動は `./Samples/TypeScript/Demo/package.json``serve` スクリプトを使用して行っています。
121121

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ NOTE: Settings for debugging are described in `.vscode/tasks.json`.
7070

7171
### Project debugging
7272

73-
Open **the top directory of this SDK** in Visual Studio Code and enter the *F5* key to start Debugger for Chrome.
73+
Open **the top directory of this SDK** in Visual Studio Code and press *F5* to start debugging with the built-in JavaScript Debugger (for example Chrome or Edge).
7474

75-
You can place breakpoints in Visual Studio Code to debug in conjunction with the Chrome browser.
75+
You can place breakpoints in Visual Studio Code and debug in the browser.
7676

7777
NOTE: Settings for debugging are described in `.vscode/launch.json`.
7878

@@ -95,28 +95,28 @@ Core : [CHANGELOG.md](Core/CHANGELOG.md)
9595

9696
### Node.js
9797

98-
* 25.4.0
99-
* 24.13.0
98+
* 25.8.2
99+
* 24.14.1
100100

101101

102102
## Operation environment
103103

104104
| Platform | Browser | Version |
105105
| --- | --- | --- |
106-
| Android | Google Chrome | 139.0.7258.123 |
107-
| Android | Microsoft Edge | 139.0.3405.102 |
108-
| Android | Mozilla Firefox | 141.0.3 |
109-
| iOS / iPadOS | Google Chrome | 139.0.7258.76 |
110-
| iOS / iPadOS | Microsoft Edge | 139.0.3405.101 |
111-
| iOS / iPadOS | Mozilla Firefox | 142.0 |
112-
| iOS / iPadOS | Safari | 18.6 |
113-
| macOS | Google Chrome | 139.0.7258.128 |
114-
| macOS | Microsoft Edge | 139.0.3405.102 |
115-
| macOS | Mozilla Firefox | 141.0.3 |
116-
| macOS | Safari | 18.6 |
117-
| Windows | Google Chrome | 144.0.7559.97 |
118-
| Windows | Microsoft Edge | 144.0.3719.82 |
119-
| Windows | Mozilla Firefox | 147.0.1 |
106+
| Android | Google Chrome | 145.0.7680.164 |
107+
| Android | Microsoft Edge | 146.0.3856.71 |
108+
| Android | Mozilla Firefox | 148.0.2 |
109+
| iOS / iPadOS | Google Chrome | 147.0.7727.22 |
110+
| iOS / iPadOS | Microsoft Edge | 146.0.3856.77 |
111+
| iOS / iPadOS | Mozilla Firefox | 149.0 |
112+
| iOS / iPadOS | Safari | 26.4 |
113+
| macOS | Google Chrome | 146.0.7680.165 |
114+
| macOS | Microsoft Edge | 146.0.3856.72 |
115+
| macOS | Mozilla Firefox | 149.0 |
116+
| macOS | Safari | 26.4 |
117+
| Windows | Google Chrome | 146.0.7680.165 |
118+
| Windows | Microsoft Edge | 146.0.3856.78 |
119+
| Windows | Mozilla Firefox | 149.0 |
120120

121121
Note: You can start the server for operation check by running the `serve` script of `./Samples/TypeScript/Demo/package.json`.
122122

0 commit comments

Comments
 (0)