So, from what I've seen print() seems to be really effecting for testing if code is doing what you want it to do. However, I am unsure of where it prints to in order to see the results.
Thanks
So, from what I've seen print() seems to be really effecting for testing if code is doing what you want it to do. However, I am unsure of where it prints to in order to see the results.
Thanks
Hi,
When you launch project from Godot editor you should see print()
output in the bottom part of the editor in "output" tab.
If you launch editor with console (at least on Windows, for Linux it also should be visible if you launch editor from shell) you should also see output in that console.