live2D (sdk가 6.5 미지원으로 sprite로 대응)
This commit is contained in:
36
Assets/Live2D/Cubism/Plugins/README.md
Normal file
36
Assets/Live2D/Cubism/Plugins/README.md
Normal file
@@ -0,0 +1,36 @@
|
||||
[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.
|
||||
Reference in New Issue
Block a user