TGRCdev opened this issue 5 years ago · 1 comments
Any error message that uses OS::get_singleton()->print() does not show up in Godot's editor output, only in the OS terminal window. Errors that use print_error don't have this issue, but print_error doesn't support printf substitutes.
OS::get_singleton()->print()
print_error
Fixed in 533c410