Releases: Live2D/CubismJavaSamples
Releases · Live2D/CubismJavaSamples
Cubism 4 SDK for Java R1 beta3
Added
- Add funciton to validate MOC3 files.
- See
CHANGELOG.mdin Core and Framework.
- See
Cubism 4 SDK for Java R1 beta2
Changed
- Change Android SDK API level from 31 (Android 12) to 33 (Android 13).
- Change the import statement of
LAppDefineclass to reflect the changes in CubismFramework. - Change the processing where
getMotionMapfunction inCubismModelSettingJsonwas used. - Change setup code of a renderer in
loadAssetsfunction inLAppModelandLAppMinimumModelclasses to match CubismFramework changes. - Change the key type of Map used in
setupModelfunction inLAppModelandLAppMinimumModelthat store model layout information to match the CubismFramework changes.
Fixed
- Fix
onDestroyfunction inLAppDelegateandLAppMinimumDelegateto release a singleton instance.
Removed
- Remove dependencies not to be used.
- Remove unnecessary commenting lines.
- Remove unused variables defined in
startMotionfunction ofLAppModelandLAppMinimumModelclasses.
Cubism 4 SDK for Java R1 beta1
Fixed
- Fix
resizefunction inLAppSpritebecause resizing calculation is wrong. - Remove the glEnable(GL_TEXTURE_2D) instruction, which was not valid.
- Fix
onUpdatefunction inLAppLive2DManagernot to create an instance of CubismMatrix44.
Cubism 4 SDK for Java R1 alpha1
Added
- New released!