Terminal within Godot
by WayneKim
1
Godot Terminal Plugin
Overview
Godot Terminal Plugin is a plugin for Godot Engine that provides a terminal-like interface. Users can enter commands to execute shell commands.
Features
- Execute shell commands: Supports commands like
cd
,ls
,pwd
, and more. - Change directory: Use the
cd
command to navigate directories. - Display execution results: The output of executed commands is continuously displayed in the UI.
Installation
- Copy the plugin folder to the
addons/godot_terminal_plugin/
directory in your Godot project. - In the Godot Editor, go to
Project
->Project Settings
->Plugins
. - Enable the
Godot Terminal Plugin
. - Restart the Godot IDE.
Example
Notes
- Some commands may not be supported depending on the execution environment.
- This plugin has only been tested on macOS. If you need support for Windows or Linux, feel free to contact us on GitHub, and let's build it together!
License
This project is licensed under the MIT License.
Download
Versionv0.1.1
Download Now
Support
If you need help or have questions about this plugin, please contact the author.
Contact Author