Cubism Java Samples Change History
Updated: 03/16/2023
Live2D Cubism SDK for Java alpha1 Release Page (GitHub)
Change History
You can check the changelog in CHANGELOG.md under the Samples directory of the Cubism SDK for Java distribution package
or CHANGELOG.md under the CubismJavaSamples repository on the Live2D GitHub. (English only)
Information
Depending on the version of the Cubism SDK, a document describing precautions for use may be enclosed.
For more information, see NOTICE.md in the Samples directory of the Cubism SDK for Java distribution,
NOTICE.md (English) in the CubismJavaSamples repository on the Live2D GitHub page, or NOTICE.ja.md (Japanese).
Cubism 4 SDK for Java R1 beta4(03/16/2023)
Revisions
- Fix some problems related to Cubism Core.
- See CHANGELOG.md in Core.
Cubism 4 SDK for Java R1 beta3 (03/10/2023)
Additions
- Add funciton to validate MOC3 files.
See
CHANGELOG.md
in Core and Framework.
Cubism 4 SDK for Java R1 beta2 (01/26/2023)
Changed
- Change Android SDK API level from 31 (Android 12) to 33 (Android 13).
- Change the import statement of LAppDefine class to reflect the changes in CubismFramework.
- Change the processing where getMotionMap function in CubismModelSettingJson was used.
- Due to changes in the CubismFramework, the code for setting the renderer in the loadAssets function of the LAppModel and LAppMinimumModel classes has been changed.
Revisions
- Fix onDestroy function in LAppDelegate and LAppMinimumDelegate to release a singleton instance.
Removed
- Remove dependencies not to be used.
- Remove unnecessary commenting lines.
- Remove unused variables defined in startMotion function of LAppModel and LAppMinimumModel classes.
Cubism 4 SDK for Java R1 beta1 (12/08/2022)
Revisions
- Fixed the calculation of the resize function in the LAppSprite class.
- Removed glEnable(GL_TEXTURE_2D).
- Fixed an issue that created an instance of CubismMatrix44 inside the onUpdate function of LAppLive2DManager class.
Cubism 4 SDK for Java R1 alpha1 (10/06/2022)
Additions
- New Releases