live2D (sdk가 6.5 미지원으로 sprite로 대응)

This commit is contained in:
2026-08-08 22:13:54 +09:00
parent 9ce6930772
commit 8a4a001fe0
4278 changed files with 287426 additions and 18 deletions

View File

@@ -0,0 +1,36 @@
[English](README.md) / [日本語](README.ja.md)
---
# Live2D Cubism Core
このフォルダには、プラットフォーム固有のライブラリファイルが含まれています。
**最初のインポート時に例外が発生した場合は、Unityを再起動してください。**
## ライブラリリスト
| プラットフォーム | アーキテクチャ | パス | 注記 |
| --- | --- | --- | --- |
| Android | ARM64 | Android/arm64-v8a | |
| Android | x86_64 | Android/x86_64 | |
| Emscripten | | Experimental/Emscripten/latest | bitcodeupstream 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 | ARM64 | iOS/xxx-iphonesimulator-arm64 | iOS Simulator |
| iOS | x86_64 | iOS/xxx-iphonesimulator-x86_64 | iOS Simulator |
| Linux | x86_64 | Linux/x86_64 | |
| macOS | x86_64 | macOS | |
| macOS | ARM64 | macOS | |
| UWP | ARM | Experimental/UWP/arm | |
| UWP | ARM64 | Experimental/UWP/arm64 | |
| UWP | x64 | Experimental/UWP/x64 | |
| UWP | x86 | Experimental/UWP/x86 | |
| Windows | x86 | Windows/x86 | |
| Windows | x86_64 | Windows/x86_64 | |
### 実験的ライブラリ
`Emscripten``UWP`は実験的なライブラリです。