- Изменено
Spineのversionを個別に管理できませんか?
SpineのversionをUnityHubのように個別で管理して
起動できるようできないでしょうか? :think:
毎回オプションで切り替えて仕事するのが大変です。
私はあなたの質問をよく理解していないのではないかと心配しています。
spine-unityランタイムバージョン用のUnityHubのような独自のダウンロードマネージャーを持ちたいということですか?
はいの場合、現在、ダウンロードページ(またはgit)の使用で問題が発生している原因は何ですか?
I'm afraid I don't quite understand your question.
Do you mean that you would like to have your own download manager like UnityHub for spine-unity runtime versions?
If yes, what is currently causing you troubles using the download page (or git)?
He said that is not convenient to change the app version from the option page every time. He want to be able to pick the version to launch from the launcher UI.
If it is not the spine-unity version, then which app version
and option page
do you (does he) mean?
Also "pick the version to launch from the launcher UI"
does not make a lot of sense if it means spine-unity version
, as this is no editor application that can be run.
It is of course the Spine Editor version he is talking about. The current design requires user to pick the version from the setting panel and restart the editor. I think he need to change versions frequently for different clients/projects. Thus he want spine to be like unity hub allowing to select a version to launch.
ああ、誤解して申し訳ありません。明確化に感謝します。
私はメッセージの元の翻訳が何であったかを忘れてしまったので、Unityまたはspine-unityランタイムに関連していると誤って想定していたに違いありません。
Oh, sorry for the misunderstanding and thanks for clarifying.
I guess I must have forgotten what the original translation of the message was and thus incorrectly assumed it is related to Unity or the spine-unity runtime.
返信ありがとうございます!
そうですその通りです。
頻繁にversionを変更しているのでversionの別管理ができるようになれば非常に助かります。
すでにできることは、バージョンのコマンドライン引数でSpineを起動することです、説明したように here。
だから、コマンドライン引数 -u 3.8.84
を追加して Spine 3.8.84 を起動することができます。その後、あなたはプライマリSpineのデスクトップリンクをコピーして、各バージョンのバージョン引数を追加することができます。
例えば、次のように "
の後に追加します。
コード
"C:\Program Files (x86)Spine\Spine.exe" -u 3.8.84.
[/code]
(窓にドイツ語の説明が入っていてすみませんが、それでも参考になると思います)
What you can do already is launch Spine with the version command line argument, as described here.
So you could add the command line arguments -u 3.8.84
to launch Spine 3.8.84. Then you could copy the primary Spine desktop link and add the version arguments for each version.
E.g. like this, added after the "
:
"C:\Program Files (x86)\Spine\Spine.exe" -u 3.8.84
(sorry for the German description in the window, but I guess it should still be helpful)
日本語ではなく中国語のトランスレーションを投稿してしまい申し訳ありません。上の投稿を日本語に更新しました。
Sorry for posting a Chinese tranaslation instead of Japanese. The above posting is updated to Japanese now.
返信ありがとうございます!
上記のやり方で別々のversionが起動できました!
すごい!ありがとうございます!
これで三つのversionのお仕事が円滑に進められます!
この情報知らない人へ共有させていただきます。
本当にありがとうございました。
お返事ありがとうございます。
そして、他の人と情報を共有するために事前に感謝します。
Thanks for getting back to us, very glad to hear it helped!
And thanks in advance for sharing the information with others.