Onscreen Output

An asset by Maulve
The page banner background of a mountain and forest
Onscreen Output hero image

Quick Information

0 ratings
Onscreen Output icon image
Maulve
Onscreen Output

Onscreen Output is a logging tool made for Godot 4 that allows you to print messages to the screen for debugging and development purposes.It is a fork of Screen Console by joaoh82.Usage:Note that the singleton name can be changed in configuration.Output.print("Hello, World!")Configure the add-on by editing config.tres

Supported Engine Version
4.0
Version String
2.0
License Version
MIT
Support Level
community
Modified Date
3 months ago
Git URL
Issue URL

Onscreen Output

Onscreen Output is a logging tool made for Godot 4 that allows you to print messages to the screen for debugging and development purposes. It is a fork of Screen Console by joaoh82.

This fork aims to improve the original. A lot of features already got reworked, and will continue to improve.

Installation

Direct Download from Github:

Step 1: Copy the addons/onscreen-output folder from this repository

Step 2: Put the folder into your Godot project

Step 3: Enable the addon in Project>Project Settings>Plugins

Step 4: Reload your project

OR

Download from the Asset Library! (Currently Outdated and only for 4.1.x) On the website or in the Godot Editor

Usage

Note: The singleton name can be changed.

Output.print(message : String)

Example: Output.print("Hello, World!")

Configuration

You can configure Onscreen Output by editing the config.tres file.

Changes

  • Removal of the config menu in favor of a resource file
  • Output scrolling
  • Improved formatting with timestamp
  • Anchor support
  • Hide/Show the output with Ctrl+Alt+A
  • Configurable keybind
  • Export to file
  • Change the size of the output

Roadmap

Planned features and improvements

  • more UI improvements

Onscreen Output is a logging tool made for Godot 4 that allows you to print messages to the screen for debugging and development purposes.
It is a fork of Screen Console by joaoh82.

Usage:
Note that the singleton name can be changed in configuration.

Output.print("Hello, World!")

Configure the add-on by editing config.tres

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Onscreen Output icon image
Maulve
Onscreen Output

Onscreen Output is a logging tool made for Godot 4 that allows you to print messages to the screen for debugging and development purposes.It is a fork of Screen Console by joaoh82.Usage:Note that the singleton name can be changed in configuration.Output.print("Hello, World!")Configure the add-on by editing config.tres

Supported Engine Version
4.0
Version String
2.0
License Version
MIT
Support Level
community
Modified Date
3 months ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers