Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
使用项目管理器¶
启动 Godot 后,你会首先看到项目管理器窗口。“项目”选项卡中,你可以管理、导入已有项目或创建新项目。

你可以通过窗口的右上角的下拉菜单来更改编辑器的语言。

项目的创建与导入¶
创建新项目:
Click the New button on the top-left of the window.
为项目命名,在计算机上选择一个空文件夹来保存文件,然后选择渲染后端。
Click the Create & Edit button to create the project folder and open it in the editor.

使用文件浏览器¶
Click the Browse button to open Godot's file browser and pick a location or type the folder's path in the Project Path field.

When you see the green tick on the right, it means the engine detects an empty folder. You can also click the Create Folder button to create an empty folder based on your project's name.
项目的打开与导入¶
下次打开项目管理器时,你将在列表中看到你的新项目。 双击它以在编辑器中将它打开。

You can similarly import existing projects using the Import button. Locate the folder that contains the project or the project.godot file to import and edit it.

当文件夹路径正确时,你会看到一个绿色的对勾。

下载演示和模板¶
在资产库项目选项卡中,你可以从资产库下载开源项目模板和演示程序,以便更快地开始。
下载一个demo或者模板:
点击它的标题。
在打开的页面上,点击下载按钮。
下载完成后,点击*安装*并选择你想要保存项目的位置。
