中文文档上写着:console.log会显示在 Godot 输出面板和启动 Godot 的终端上。 但Godot 4.6.2 的console中只会显示出 `GD.print`, 而不会显示 `console.log` 的内容。 修复方案:把文档改改(
中文文档上写着:console.log会显示在 Godot 输出面板和启动 Godot 的终端上。
但Godot 4.6.2 的console中只会显示出
GD.print, 而不会显示console.log的内容。修复方案:把文档改改(