Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

Screen Print

An asset by UmutFaruk
The page banner background of a mountain and forest
Screen Print hero image

Quick Information

0 ratings
Screen Print icon image
UmutFaruk
Screen Print

Prints screen debug messages, with color, duration and tag.Tags prevents repetitions. Or you can just clear a message with a tag.Visit github for more info. Click View Files.

Supported Engine Version
4.0
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
10 days ago
Git URL
Issue URL

screen_print

A Godot Addon for Screen Debug Messages like Unreal Engine. Messages can have colors, durations and tags. Tags prevents repetitions. And you can clear messages with tags clear("tag") or you can call clear_all()

image

Functions->

Prints message to screen

func print(message: String, color: Color = Color.CYAN, time: float = 3.0, tag: String = "")

Cleans a certain message

func clear(tag: String):

Clear all the messages

func clear_all():

You can change the settings from this file:

image image

Prints screen debug messages, with color, duration and tag.
Tags prevents repetitions. Or you can just clear a message with a tag.
Visit github for more info. Click View Files.

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
Screen Print icon image
UmutFaruk
Screen Print

Prints screen debug messages, with color, duration and tag.Tags prevents repetitions. Or you can just clear a message with a tag.Visit github for more info. Click View Files.

Supported Engine Version
4.0
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
10 days 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