How to Use Completed Project Files with Godot

How to Use Completed Project Files with Godot

For many Zenva Schools courses, we provide the completed project files. These files can be used to cross-compare user solutions with the final version to help identify errors, or even as exercises for students to expand the content.

When using Godot, you must properly import the entire project to access the files. To do so, please follow the steps below:

1) First, ensure you have fully unzipped or extracted the course files you downloaded from the platform.
2) Open the Godot Project Manager and click the "Import" button.



3) A file browser will open. Navigate to the folder where you unzipped the course files. You will likely need to go one or two folders deeper to find the specific project folder that contains a file named project.godot. Select that project.godot file and click "Open".


This will import the project and allow you to access any of the content from the project that you need.