A JSON or binary (.skel
) data file only contains one skeleton. If you have a JSON file and you want to export to binary:
JSONまたはバイナリ(.skel
)データファイルには、1つのスケルトンしか含まれていません。JSONファイルがあって、バイナリにエクスポートしたい場合。
spine
---
input skeleton.json
---
export settings.export.json
Please note we have fixed a but in 4.0.75-beta where this failed.
なお、4.0.75-betaでは失敗する問題が修正されています。
To import multiple data files files into the same project file:
複数のデータファイルを同じプロジェクトファイルにインポートするには、次のようにします。
spine
---
input skeleton1.json
---
output yourProject.spine
---
import
---
input skeleton2.json
---
output yourProject.spine
---
import
For each data file import you specify the input file, output file, and that you want to import. If the project file already exists, the skeleton is added to the existing file.
各データファイルのインポートでは、入力ファイル、出力ファイル、インポートしたいファイルを指定します。プロジェクトファイルがすでに存在する場合は、スケルトンは既存のファイルに追加されます。