live2D (sdk가 6.5 미지원으로 sprite로 대응)
This commit is contained in:
36
Assets/Live2D/Cubism/Plugins/README.ja.md
Normal file
36
Assets/Live2D/Cubism/Plugins/README.ja.md
Normal 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 | 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 | 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`は実験的なライブラリです。
|
||||
Reference in New Issue
Block a user