Unity Terminal Launcher
- ダウンロード商品¥ 0
Unityのプロジェクトフォルダのコンテキストメニューからターミナルを起動するEditor拡張です。 以下のターミナルの起動をサポートしています。 ・Windows Terminal ・PowerShell Core ・PowerShell ・コマンドプロンプト ・Git Bash
導入方法
■Unitypackage ダウンロードしたzipファイル内のunitypackageをインポートします。 ■OpenUPM com.github.kurotu.unity-terminal-launcher をプロジェクトに追加します。 https://openupm.com/packages/com.github.kurotu.unity-terminal-launcher/
使用方法
■プロジェクトフォルダでターミナルを開く Window -> External Terminal メニューを選択します。 ■選択したフォルダでターミナルを開く 1. UnityのProjectウィンドウでフォルダを右クリックします。 2. コンテキストメニューから「Open Terminal Here」を選択すると、選択したフォルダでターミナルが起動します。 Edit -> Preferences... メニュー内の Terminal Launcher の項目で起動するターミナルを変更できます。
対応OS・動作確認環境
・Windows 10 64-bit ・Unity 2018.4.20f1 / Unity 2019.4.29f1 ・Git for Windows 2.29.2
利用規約
本プログラムはMITライセンスで提供されます。 MIT License Copyright (c) 2021 kurotu Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
連絡先
Twitter: https://twitter.com/kurotu GitHub: https://github.com/kurotu/UnityTerminalLauncher
更新履歴
・2024/9/13: v2.1.0 ・asmdefを追加 ・UPMに対応 ・Window/External Terminal メニューを追加 ・2021/8/21: v2.0.0 ・UnityGitBashHereから名称変更 ・Windows Terminal, PowerShell, コマンドプロンプトに対応 ・2021/1/14: v1.0.0 ・公開