Releases: Live2D/CubismWebSamples
Releases · Live2D/CubismWebSamples
Cubism 5 SDK for Web R5 beta2
Added
- Add flag reset processing for the
CubismOffscreenRenderTargetManagerclass to improve the efficiency of FrameBuffer used in Offscreen drawing.
Fixed
- Fix for the efficiency improvements in offscreen drawing introduced in
Framework.
Cubism 5 SDK for Web R5 beta1
Added
- Add
Renmodel. - Add
LAppLive2DManager.setOffscreenSize().- This function is to set the size of the
CubismRenderTarget.
- This function is to set the size of the
Changed
- Change to allow resources in
Framework/Shadersto be registered as shaders.
Fixed
- Fix an issue where breakpoints were not working when running the
npm: servetask.
Cubism 5 SDK for Web R4
Fixed
- Fix an issue where the priority was not reset if the motion was not read correctly.
- Add a flag to enable the function that verifies the consistency when loading
motion3.json.
Cubism 5 SDK for Web R3
Changed
- Change ESLint version to
9.17.0.- With this update, we have added the eslint.confing.mjs required for FlatConfig.
Cubism 5 SDK for Web R2
Added
- Add a function to notify when motion playback starts.
Changed
- Modify to run
tsc --noEmitcommand during development build for type checking. - Change to be able to handle multiple
<canvas>. - The interfaces MouseEvent and TouchEvent are deprecated and consolidate into PointerEvent.
- Change to overwrite motion fade by the value specified in .model3.json on Framework.
- Change the function for playing back expression motions from CustomExpressionMotionManager.startMotionPriority() to CustomExpressionMotionManager.startMotion().
Fixed
- Fix
eslintrc.ymlto conform to the exact wording. - Fix a bug that the eye tracking behavior was not released when dragging is released outside of a canvas element.
- Fix an issue where
WebGLRenderingContext.deleteTexture()was not being called inreleaseTextures(),releaseTextureByTexture(), andreleaseTextureByFilePath().
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_instancegetInstance()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-fetchandexperimental-webgl.
Cubism 5 SDK for Web R1 beta3
Added
- Add
LAppGlManagerclass.
Changed
- Change
LAppDelegateso that it no longer holds the WebGLContext and moved its role toLAppGlManager.
Cubism 5 SDK for Web R1 beta2
Changed
- Replace the sample model
Maowith 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.