So, I'm doing a project in Godot for my class. One of the requirements is to attach the project script as a text in a pdf/office etc. file. Is there any convenient way to just export it?
Is there any way to export project scripts as a text?
Copy/Paste? Mainly use of engine is to create program, not document, so no build in pdf/doc(x) export option :s
Do the same thing that students that choose Unity/Unreal or whatever engine do.
You can also save the script into a .gd
file and then open it up in a text editor. You could also duplicate the .gd
file and then change the extension from .gd
to .txt
and then it should open and work like a regular text file.