37 lines
1.2 KiB
Markdown
37 lines
1.2 KiB
Markdown
[English](README.md) / [日本語](README.ja.md)
|
|
|
|
---
|
|
|
|
# Live2D Cubism Core
|
|
|
|
This folder contains platform-specific library files.
|
|
|
|
**If you encounter exceptions upon first import, restart Unity.**
|
|
|
|
## Library List
|
|
|
|
| Platform | Architecture | Path | Note |
|
|
| --- | --- | --- | --- |
|
|
| Android | ARM64 | Android/arm64-v8a | |
|
|
| 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 | 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 | |
|
|
|
|
### Experimental Library
|
|
|
|
`Emscripten` and `UWP` are experimental libraries.
|