Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mreliptik/gdscript_console
GDScript Console is an editor addon giving the ability to run GDScript and call functions from the currently edited scene.
https://github.com/mreliptik/gdscript_console
addon game-development godot godot-addon godot-engine
Last synced: 2 months ago
JSON representation
GDScript Console is an editor addon giving the ability to run GDScript and call functions from the currently edited scene.
- Host: GitHub
- URL: https://github.com/mreliptik/gdscript_console
- Owner: MrEliptik
- License: mit
- Created: 2022-01-29T13:11:37.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-03T08:06:30.000Z (almost 3 years ago)
- Last Synced: 2023-03-03T00:08:16.096Z (almost 2 years ago)
- Topics: addon, game-development, godot, godot-addon, godot-engine
- Language: GDScript
- Homepage: https://twitter.com/mreliptik_
- Size: 2.57 MB
- Stars: 22
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GDScript Console is an editor addon giving the ability to run GDScript and call functions from the currently edited scene.
Made for the [Godot Addon Jam](https://itch.io/jam/godot-addons-jam-1). [Itch page](https://mreliptik.itch.io/gdscript-console)
## Features
In editor GDScript console. Type any GDScript expression and hit `Run` to get the result in the output console.
Execute code from the currently edited scene. Simply call the function you want and hit `RUN`
`Tool warning!` Tells you if the script is not a `tool`
Zoom in and out, just like in the editor!
## How to use
Type your expression in the console and hit `RUN` to get the result in the output window.
You can also call function from the currently edited scene. Simply call your function, as usual.
**Note: The print() output will be in the usual output window of Godot**
## How to install
Extract the `gdscript_console` folder into the `addons` folder of you project (create one if needed).
Then head to `Project Settings > Plugins` and enable `GDscriptConsole`. You'll see a console tab appear in the right dock, next to Inspector and Node.
## LICENSE
This project is distrbuted as-is, under the MIT license. Check [LICENSE](LICENSE) for more detail.
Made by [MrEliptik](https://twitter.com/mreliptik_) for the [Godot Addon Jam](https://itch.io/jam/godot-addons-jam-1)