説明が十分に明確ではなかったことが残念です。 以下の説明が理解できる場合はお知らせください。
I am sorry that the description was not clear enough. Please let us know if the following description is comprehensible.
WindowsまたはMacOS / Linuxを使用していますか?
Are you using Windows or MacOS/Linux?
Windowsでは、コマンドラインスクリプト(またはバッチスクリプト)は、英語で「コマンドプロンプト」と呼ばれる「cmd」実行可能ファイルを介して実行できます。残念ながら、正しい日本語の翻訳はわかりませんが、ここで、画像を見て意味がわかる場合は、英語のバッチスクリプトチュートリアルを見つけることができます:https://www.howtogeek.com/263177/how-to-write-a-batch-script-on-windows/。バッチスクリプトの拡張子は .bat
で、実行できます(ファイル内の手順を次々に実行します)。 WindowsでMacOS / Linuxシェルスクリプトを使用する方法もあります。
MacOSおよびLinuxでは、シェルスクリプト(またはbashスクリプト、非常に一般的なシェルバリアント)と呼ばれます。シェルスクリプトのファイル拡張子は .sh
です。上記の投稿で、すべてのサンプルスケルトンプロジェクトを一度にエクスポートするために使用するスクリプトへのリンクを提供しました。
spine-runtimes/export.sh at 3.8
On MacOS and Linux, it is called shell scripting (or bash scripting, a very common shell variant). The file extension of shell scripts is .sh
. In the posting above, I have provided a link to the script that we use to export all our example skeleton projects at once:
spine-runtimes/export.sh at 3.8
Spineは、上記のコマンドラインスクリプトからスケルトンまたはアトラステクスチャをエクスポートするためのコマンドラインインターフェイスを提供します。
Export - Spine User Guide: コマンドライン
ユーザー(または別のプログラマー)は、スケルトンを1つずつエクスポートするスクリプトを記述できます。このスクリプトは、ボタンをクリックするだけで実行できます。
Spine provides a command line interface to export a skeleton or atlas textures from command line scripts described above:
Export - Spine User Guide: Command line
You (or another programmer) can write a script that will export one skeleton after another, which can be executed at the click of a button.
この説明はあなたにとってより明確ですか?まだ不明な点がある場合はお知らせください。
Does this explanation make sense to you? Please let us know if anything is still left unclear.