https://github.com/kurotu/unityterminallauncher
Add "Open Terminal Here" context menu for Unity
https://github.com/kurotu/unityterminallauncher
unity
Last synced: about 1 year ago
JSON representation
Add "Open Terminal Here" context menu for Unity
- Host: GitHub
- URL: https://github.com/kurotu/unityterminallauncher
- Owner: kurotu
- License: mit
- Created: 2021-01-10T16:32:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T09:27:06.000Z (almost 2 years ago)
- Last Synced: 2025-04-02T04:04:25.417Z (about 1 year ago)
- Topics: unity
- Language: C#
- Homepage:
- Size: 24.4 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# UnityTerminalLauncher
Add "Open Terminal Here" context menu for Unity.
A terminal starts in a folder which you selected.
## Supported Terminals
- Windows Terminal
- PowerShell Core
- PowerShell
- Command Prompt
- Git Bash
## Installation
### Unitypackage
Download .unitypackage from the release page then import it.
### OpenUPM
```sh
openupm add com.github.kurotu.unity-terminal-launcher
```
## Usage
### Open Terminal in the Project Folder
Select *Window* -> *External Terminal* in the menu bar.
### Open Terminal in the Selected Folder
Right click a folder in *Project* window. Then select *Open Terminal Here*.
### Preferences
Open Unity's preferences window (Menu bar -> *Edit* -> *Preferences...*).
Select *Terminal Launcher*, then select a terminal you want to use.