Open Ivorforce opened 2 weeks ago
Ok, I figured out that godot.print
does work.
I also found this method to redirect normal printing to another console.
I'd argue that, to keep python semantics, we should automatically redirect printing to the godot console.
I tried printing something (
print("Test")
), it gets lost in the ether.I'm assuming this is because the out pipe is not connected to godot's own console.