Print("...") doesn't output

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Suleymanov

print(“something”) doesn’t output anything no matter where in code it is. Any reason why it could be? I use 4.0.3 version. Restarting Godot didn’t work. Trying it in other script attached to other scene didn’t work either.

3 Likes
:bust_in_silhouette: Reply From: HyperlinkYourHeart

Do you have this output type enabled?

enter image description here

3 Likes
:bust_in_silhouette: Reply From: Suleymanov

Solved.

On the right side of the output window there is an exclamation sign that says if you hover your mouse over it “Toggle visibility of standard output messages”, just toggle that and print output will be visible again.

2 Likes

Ty so much

Hey I have the same issue but my “!” Icon is checked in my output box, I’ve tried restarting, Using print in Another script but it just doesn’t show any output!