Cubism Java Samples Change History
Updated: 05/25/2023
Live2D Cubism SDK for Java alpha1 Release Page (GitHub)
Change History
The change history is available in CHANGELOG.md directly under the Samples directory of the Cubism SDK for Java distribution package
or CHANGELOG.md directly 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 details, see NOTICE.md directly under the Samples directory of the Cubism SDK for Java distribution
or NOTICE.md (English) or NOTICE.ja.md (Japanese) directly under the CubismJavaSamples repository on the Live2D GitHub page.
Cubism 4 SDK for Java R1 (05/25/2023)
Additions
- Added a function to check the integrity of MOC3 files.
- Added the ability to check the integrity with
LAppModel.setupModel()
andLAppMinimumModel.setupModel()
. - Added the ability to check the integrity before loading models. (
LAppModel.hasMocConsistencyFromFile()
,LAppMinimumModel.hasMocConsistencyFromFile()
) - This feature is enabled by default. For more information, please refer to the following manual.
- Added the ability to check the integrity with
Changes
- Changed method to apply opacity retrieved from motion in one model if
USE_MODEL_RENDER_TARGET
is defined.
Deleted items
- Deleted unnecessary files in the assets folder.
Revisions
- Fixed a bug in which the combination of motion and voice of “haru” was not correct.
- In the
LAppWavFileHandler
class, fixed a problem in which some audio would not play correctly because the sampling rate was a fixed value.
Cubism 4 SDK for Java R1 beta4 (03/16/2023)
Revisions
- Fixed several issues related to Cubism Core.
- See CHANGELOG.md in Cubism Core.
Cubism 4 SDK for Java R1 beta3 (03/10/2023)
Additions
- Added function to validate MOC3 files.
- See
CHANGELOG.md
in Core and Framework for details.
- See
Cubism 4 SDK for Java R1 beta2 (2023/01/26)
Changes
- Android SDK API level changed from 31 (Android 12) to 33 (Android 13).
- The import statement of the LAppDefine class has been changed to reflect the changes in the CubismFramework.
- The processing when using the getMotionMap function of CubismModelSettingJson has been changed.
- 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
- Fixed the onDestroy function of LAppDelegate and LAppMinimumDelegate to release singleton instances.
Deleted items
- Removed unused dependencies.
- Deleted unnecessary comments.
- Removed unused variables defined in the startMotion function of the 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
Was this article helpful?
YesNo