Skip to content

Commit 396534b

Browse files
Update to Cubism 5 SDK for Web R5 beta1
1 parent cff37ad commit 396534b

31 files changed

Lines changed: 13779 additions & 2182 deletions

.vscode/launch.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,21 @@
44
{
55
"type": "chrome",
66
"request": "launch",
7-
"name": "Launch Chrome",
7+
"name": "Launch Chrome - start",
88
"url": "http://localhost:5000",
9-
"webRoot": "${workspaceFolder}/Samples/TypeScript/Demo",
9+
"webRoot": "${workspaceFolder}/",
10+
"sourceMaps": true,
11+
"sourceMapPathOverrides": {
12+
"http://localhost:5000/src/*": "${workspaceFolder}/Samples/TypeScript/Demo/src/*"
13+
},
14+
},
15+
{
16+
"type": "chrome",
17+
"request": "launch",
18+
"name": "Launch Chrome - serve",
19+
"url": "http://localhost:5000",
20+
"webRoot": "${workspaceFolder}/Samples/TypeScript/Demo/dist",
21+
"sourceMaps": true,
1022
}
1123
]
1224
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ 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-beta.1] - 2025-08-26
9+
10+
### Added
11+
12+
* Add `Ren` model.
13+
* Add `LAppLive2DManager.setOffscreenSize()`.
14+
* This function is to set the size of the `CubismRenderTarget`.
15+
16+
### Changed
17+
18+
* Change to allow resources in `Framework/Shaders` to be registered as shaders.
19+
20+
### Fixed
21+
22+
* Fix an issue where breakpoints were not working when running the `npm: serve` task.
23+
24+
825
## [5-r.4] - 2025-05-15
926

1027
### Fixed
@@ -291,6 +308,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
291308
* Fix issue with reloading model images in WebKit.
292309

293310

311+
[5-r.5-beta.1]: https://github.com/Live2D/CubismWebSamples/compare/5-r.4...5-r.5-beta.1
294312
[5-r.4]: https://github.com/Live2D/CubismWebSamples/compare/5-r.3...5-r.4
295313
[5-r.3]: https://github.com/Live2D/CubismWebSamples/compare/5-r.2...5-r.3
296314
[5-r.2]: https://github.com/Live2D/CubismWebSamples/compare/5-r.1...5-r.2

Core/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ 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+
## 2025-08-26
9+
10+
### Added
11+
12+
* Enhanced model rendering features have been added.
13+
14+
### Changed
15+
16+
* Upgrade Core version to 06.00.0000.
17+
18+
19+
## 2025-07-17
20+
21+
### Changed
22+
23+
* [Unity,Native,Java] Implement support for Android 16KB page size.
24+
25+
826
## 2025-04-24
927

1028
### Added
@@ -20,6 +38,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
2038

2139
* Fix `csmGetParameterKeyCounts()` and `csmGetParameterKeyValues()` symbols in the DLL.
2240

41+
### Changed
42+
43+
* Upgrade Core version to 05.01.0000.
44+
2345

2446
## 2024-12-19
2547

README.ja.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -94,28 +94,28 @@ Core : [CHANGELOG.md](Core/CHANGELOG.md)
9494

9595
### Node.js
9696

97-
* 24.0.1
98-
* 22.15.0
97+
* 24.6.0
98+
* 22.18.0
9999

100100

101101
## 動作確認環境
102102

103103
| プラットフォーム | ブラウザ | バージョン |
104104
| --- | --- | --- |
105-
| Android | Google Chrome | 136.0.7103.87 |
106-
| Android | Microsoft Edge | 136.0.3240.50 |
107-
| Android | Mozilla Firefox | 138.0.2 |
108-
| iOS / iPadOS | Google Chrome | 136.0.7103.91 |
109-
| iOS / iPadOS | Microsoft Edge | 136.0.3240.61 |
110-
| iOS / iPadOS | Mozilla Firefox | 138.1 |
111-
| iOS / iPadOS | Safari | 18.4 |
112-
| macOS | Google Chrome | 136.0.7103.93 |
113-
| macOS | Microsoft Edge | 136.0.3240.64 |
114-
| macOS | Mozilla Firefox | 138.0.1 |
115-
| macOS | Safari | 18.4 |
116-
| Windows | Google Chrome | 136.0.7103.93 |
117-
| Windows | Microsoft Edge | 136.0.3240.64 |
118-
| Windows | Mozilla Firefox | 138.0.1 |
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 | 139.0.7258.128 |
117+
| Windows | Microsoft Edge | 139.0.3405.102 |
118+
| Windows | Mozilla Firefox | 141.0.3 |
119119

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

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -95,28 +95,28 @@ Core : [CHANGELOG.md](Core/CHANGELOG.md)
9595

9696
### Node.js
9797

98-
* 24.0.1
99-
* 22.15.0
98+
* 24.6.0
99+
* 22.18.0
100100

101101

102102
## Operation environment
103103

104104
| Platform | Browser | Version |
105105
| --- | --- | --- |
106-
| Android | Google Chrome | 136.0.7103.87 |
107-
| Android | Microsoft Edge | 136.0.3240.50 |
108-
| Android | Mozilla Firefox | 138.0.2 |
109-
| iOS / iPadOS | Google Chrome | 136.0.7103.91 |
110-
| iOS / iPadOS | Microsoft Edge | 136.0.3240.61 |
111-
| iOS / iPadOS | Mozilla Firefox | 138.1 |
112-
| iOS / iPadOS | Safari | 18.4 |
113-
| macOS | Google Chrome | 136.0.7103.93 |
114-
| macOS | Microsoft Edge | 136.0.3240.64 |
115-
| macOS | Mozilla Firefox | 138.0.1 |
116-
| macOS | Safari | 18.4 |
117-
| Windows | Google Chrome | 136.0.7103.93 |
118-
| Windows | Microsoft Edge | 136.0.3240.64 |
119-
| Windows | Mozilla Firefox | 138.0.1 |
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 | 139.0.7258.128 |
118+
| Windows | Microsoft Edge | 139.0.3405.102 |
119+
| Windows | Mozilla Firefox | 141.0.3 |
120120

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

1.4 MB
Loading

0 commit comments

Comments
 (0)