Skip to content

Commit

Permalink
Update to Cubism 5 SDK for Unity R2
Browse files Browse the repository at this point in the history
  • Loading branch information
wada-at-live2d-com committed Apr 4, 2024
1 parent a9b30c1 commit d153ab6
Show file tree
Hide file tree
Showing 18 changed files with 334 additions and 2 deletions.
11 changes: 11 additions & 0 deletions Assets/Live2D/Cubism/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [5-r.2] - 2024-04-04

### Added

* Add HarmonyOS NEXT from the tested environment.

### Fixed

* Fix an issue where the `Allow 'unsafe' Code` property was not enabled in the `Live2D.Cubism.asmdef`.


## [5-r.1] - 2024-03-26

Expand Down Expand Up @@ -396,6 +406,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
* Fix issue where Priority value was not reset after playing motion with CubismMotionController.


[5-r.2]: https://github.com/Live2D/CubismUnityComponents/compare/5-r.1...5-r.2
[5-r.1]: https://github.com/Live2D/CubismUnityComponents/compare/5-r.1-beta.4...5-r.1
[5-r.1-beta.4]: https://github.com/Live2D/CubismUnityComponents/compare/5-r.1-beta.3...5-r.1-beta.4
[5-r.1-beta.3]: https://github.com/Live2D/CubismUnityComponents/compare/5-r.1-beta.2...5-r.1-beta.3
Expand Down
15 changes: 13 additions & 2 deletions Assets/Live2D/Cubism/Live2D.Cubism.asmdef
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
{
"name": "Live2D.Cubism"
}
"name": "Live2D.Cubism",
"rootNamespace": "",
"references": [],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": true,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}
7 changes: 7 additions & 0 deletions Assets/Live2D/Cubism/Plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).


## 2024-04-04

### Added

* [Unity] Add library(.so) for HarmonyOS build.


## 2024-03-26

### Remove
Expand Down
8 changes: 8 additions & 0 deletions Assets/Live2D/Cubism/Plugins/HarmonyOS.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Assets/Live2D/Cubism/Plugins/HarmonyOS/arm64-v8a.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Assets/Live2D/Cubism/Plugins/HarmonyOS/armeabi-v7a.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Assets/Live2D/Cubism/Plugins/HarmonyOS/x86_64.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Assets/Live2D/Cubism/Plugins/README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
| Android | x86 | Android/x86 | |
| Android | x86_64 | Android/x86_64 | |
| Emscripten | | Experimental/Emscripten/latest | bitcode(upstream LLVM wasmバックエンド) |
| HarmonyOS | ARM64 | HarmonyOS/arm64-v8a | |
| HarmonyOS | ARMv7 | HarmonyOS/armeabi-v7a | |
| HarmonyOS | x86_64 | HarmonyOS/x86_64 | |
| iOS | ARM64 | iOS/xxx-iphoneos | iOSデバイス |
| iOS | x86_64 | iOS/xxx-iphonesimulator | iOS Simulator |
| Linux | x86_64 | Linux/x86_64 | |
Expand Down
3 changes: 3 additions & 0 deletions Assets/Live2D/Cubism/Plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ This folder contains platform-specific library files.
| Android | x86 | Android/x86 | |
| Android | x86_64 | Android/x86_64 | |
| Emscripten | | Experimental/Emscripten/latest | bitcode(upstream LLVM wasm backend) |
| HarmonyOS | ARM64 | HarmonyOS/arm64-v8a | |
| HarmonyOS | ARMv7 | HarmonyOS/armeabi-v7a | |
| HarmonyOS | x86_64 | HarmonyOS/x86_64 | |
| iOS | ARM64 | iOS/xxx-iphoneos | iOS Devices |
| iOS | x86_64 | iOS/xxx-iphonesimulator | iOS Simulator |
| Linux | x86_64 | Linux/x86_64 | |
Expand Down
3 changes: 3 additions & 0 deletions Assets/Live2D/Cubism/Plugins/RedistributableFiles.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ under the terms of the Live2D Proprietary Software License Agreement:
- Experimental/UWP/arm64/Live2DCubismCore.dll
- Experimental/UWP/x64/Live2DCubismCore.dll
- Experimental/UWP/x86/Live2DCubismCore.dll
- HarmonyOS/arm64-v8a/libLive2DCubismCore.so
- HarmonyOS/armeabi-v7a/libLive2DCubismCore.so
- HarmonyOS/x86_64/libLive2DCubismCore.so
- iOS/Debug-iphoneos/libLive2DCubismCore.a
- iOS/Debug-iphonesimulator/libLive2DCubismCore.a
- iOS/Release-iphoneos/libLive2DCubismCore.a
Expand Down
8 changes: 8 additions & 0 deletions Assets/Live2D/Cubism/README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@ Unity Editor拡張機能は、`./Assets/Live2D/Cubism/Editor`にあります。

*2 Unityに組み込まれたライブラリまたは推奨ライブラリを使用してください。

| HarmonyOS NEXT 対応ツール | バージョン |
| --- | --- |
| Tuanjie | 1.0.1 |
| DevEco Studio *3 | 4.0 |

*3 中国国外でのHarmonyOS NEXT向けビルドはDevEcoを通じてビルドする必要があります。

### C#コンパイラ

Unity2018.4以降でサポートされているRoslynまたはmcsコンパイラを使用してビルドします。
Expand All @@ -92,6 +99,7 @@ https://docs.unity3d.com/ja/2018.4/Manual/CSharpCompiler.html
| Google Chrome | 122.0.6261.129 |
| Chrome OS 64bit (x86_64) | 122.0.6261.118 |
| Chrome OS 32bit (ARMv8) (*3) | 122.0.6261.118 |
| HarmonyOS NEXT | 4.0.0.66 |

*3 Android向けAPKファイルでの動作確認です。

Expand Down
8 changes: 8 additions & 0 deletions Assets/Live2D/Cubism/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@ Resources like shaders and other assets are located in `./Assets/Live2D/Cubism/R

*2 Use libraries embedded with Unity or recommended.

| HarmonyOS NEXT Supported Tools | Version |
| --- | --- |
| Tuanjie | 1.0.1 |
| DevEco Studio *3 | 4.0 |

*3 Builds for HarmonyOS NEXT outside of China must be built through DevEco.

### C# compiler

Build using Roslyn or mcs compiler supported by Unity 2018.4 and above.
Expand All @@ -93,6 +100,7 @@ https://docs.unity3d.com/ja/2018.4/Manual/CSharpCompiler.html
| Google Chrome | 122.0.6261.129 |
| Chrome OS 64bit (x86_64) | 122.0.6261.118 |
| Chrome OS 32bit (ARMv8) (*3) | 122.0.6261.118 |
| HarmonyOS NEXT | 4.0.0.66 |

*3 This is a confirmation of operation with APK files for Android.

Expand Down
Loading

0 comments on commit d153ab6

Please sign in to comment.