Cubism 5 SDK for Native R1 beta4
wada-at-live2d-com
released this
25 Jan 06:39
·
2 commits
to master
since this release
Added
- Add
LAppWavFileHandler
class for Android and iOS. - Add functions for MotionSyncPlugin to
LAppWavFileHandler
in Windows and macOS.
Changed
- Change so that
LAppSprite
is not depend onLAppDelegate
in Android. - Change so that
ViewController
is not include onLAppSprite
in iOS. - Change the path acquisition process to a library function on OpenGL Mac and Linux.
- Change the compile and target SDK version of Android OS to 14.0 (API 34).
- Upgrade the version of Android Gradle Plugin from 8.0.2 to 8.1.1.
- Upgrade the version of Gradle from 8.1.1 to 8.2.
- Change the minimum version of Android Studio to Hedgehog(2023.1.1).
Fixed
- The version set in
sourceCompatibility
andtargetCompatibility
inbuild.gradle
'scompileOptions
has been lowered toJavaVersion.VERSION_1_7
. - The version of CMake set in
externalNativeBuild
was raised to3.22.1
. - Fix to check for null when reading json.
- Replace deprecated features in Android.
- Fix an issue that caused some graphics drivers to not render correctly in Vulkan.
- Fix an issue that caused incorrect selection of depth format in Vulkan.
- Fix errors that occurs when building with x86 in vulkan.