Skip to content

Releases: Live2D/CubismWebSamples

Cubism 5 SDK for Web R1

26 Mar 02:36
a452b31
Compare
Choose a tag to compare

Changed

  • Change development environment from webpack to Vite.

Cubism 5 SDK for Web R1 beta4

18 Jan 03:11
cf4a925
Compare
Choose a tag to compare

Added

  • Add getPcmDataChannel() and getWavSamplingRate() functions to LAppWavFileHandler.

Changed

  • Change return type of loadWavFile() to Promise<boolean>.
  • Deprecate the use of the Singleton pattern in LAppWavFileHandler.
    • This change marks the following functions and variables as deprecated.
      • s_instance
      • getInstance()
      • releaseInstance()
  • Change target to es6.
  • Change to use webgl2.

Fixed

  • Fix to check for error when reading json.

Removed

  • Remove use of polyfill, watwg-fetch and experimental-webgl.

Cubism 5 SDK for Web R1 beta3

30 Nov 02:46
3f9de56
Compare
Choose a tag to compare

Added

  • Add LAppGlManager class.

Changed

  • Change LAppDelegate so that it no longer holds the WebGLContext and moved its role to LAppGlManager.

Cubism 5 SDK for Web R1 beta2

28 Sep 03:40
32d45d5
Compare
Choose a tag to compare

Changed

  • Replace the sample model Mao with the updated version that is compatible with Cubism 5.0.

Cubism 5 SDK for Web R1 beta1

17 Aug 02:32
b94b5f2
Compare
Choose a tag to compare

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

26 May 08:40
de9eb4b
Compare
Choose a tag to compare

Added

  • Add compiler options noImplicitAny and useUnknownInCatchVariables to tsconfig.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.

Fixed

  • Fix a problem in which haru motion and voice were incorrect combination.

Cubism 4 SDK for Web R6_2

16 Mar 13:03
6c42c6f
Compare
Choose a tag to compare

Fixed

  • Fix some problems related to Cubism Core.
    • See CHANGELOG.md in Core.

Cubism 4 SDK for Web R6_1

10 Mar 12:49
eeacddd
Compare
Choose a tag to compare

Added

  • Add funciton to validate MOC3 files.
    • See CHANGELOG.md in Core and Framework.

Cubism 4 SDK for Web R6

21 Feb 02:42
5eb5a51
Compare
Choose a tag to compare

Removed

  • Remove Debugger for Chrome from recommended extensions.
    • Use Javascript Debugger, a built-in feature of Visual Studio Code.

Cubism 4 SDK for Web R5

08 Sep 02:49
ba0d4ed
Compare
Choose a tag to compare

Added

  • Add the multilingual supported documents.