Releases: Live2D/CubismWebSamples
Releases · Live2D/CubismWebSamples
Cubism 5 SDK for Web R1
Changed
- Change development environment from webpack to Vite.
Cubism 5 SDK for Web R1 beta4
Added
- Add
getPcmDataChannel()
andgetWavSamplingRate()
functions toLAppWavFileHandler
.
Changed
- Change return type of
loadWavFile()
toPromise<boolean>
. - Deprecate the use of the Singleton pattern in
LAppWavFileHandler
.- This change marks the following functions and variables as deprecated.
s_instance
getInstance()
releaseInstance()
- This change marks the following functions and variables as deprecated.
- Change target to
es6
. - Change to use
webgl2
.
Fixed
- Fix to check for error when reading json.
Removed
- Remove use of
polyfill
,watwg-fetch
andexperimental-webgl
.
Cubism 5 SDK for Web R1 beta3
Added
- Add
LAppGlManager
class.
Changed
- Change
LAppDelegate
so that it no longer holds the WebGLContext and moved its role toLAppGlManager
.
Cubism 5 SDK for Web R1 beta2
Changed
- Replace the sample model
Mao
with the updated version that is compatible with Cubism 5.0.
Cubism 5 SDK for Web R1 beta1
Added
- Add Wankoromochi as a model bundled with SDK.
Fixed
- Fix blurry image and models on mobile devices. by @Tsar
- Fix a bug that caused scroll-blocking violations to appear in the log.
Cubism 4 SDK for Web R7
Added
- Add compiler options
noImplicitAny
anduseUnknownInCatchVariables
totsconfig.json
. - Add some functions for checking consistency of MOC3 files.
- Add the function of checking consistency in
lappmodel.setupModel()
. - Add the function of checking consistency before loading a model. (
lappmodel.hasMocConsistencyFromFile()
) - This feature is enabled by default. Please see the following manual for more information.
- Add the function of checking consistency in
Fixed
- Fix a problem in which
haru
motion and voice were incorrect combination.
Cubism 4 SDK for Web R6_2
Fixed
- Fix some problems related to Cubism Core.
- See
CHANGELOG.md
in Core.
- See
Cubism 4 SDK for Web R6_1
Added
- Add funciton to validate MOC3 files.
- See
CHANGELOG.md
in Core and Framework.
- See
Cubism 4 SDK for Web R6
Removed
- Remove Debugger for Chrome from recommended extensions.
- Use
Javascript Debugger
, a built-in feature of Visual Studio Code.
- Use
Cubism 4 SDK for Web R5
Added
- Add the multilingual supported documents.