[Godot 教學] 安裝編輯器

發表於

Godot

前往 官方網站,點擊「Download LTS」來取得長期支援的 3.X 版編輯器。目前最新的編輯器已更新到 4 版,只不過因為這版本太新了,有些功能還沒辦法用(例如 VideoPlayer 的 WEBM 格式支援)。

godot-install-editor - godot install editor 1

到這個頁面後點擊「Godot Engine – .NET 」來下載支援 C# 語言的版本。

godot-install-editor - godot install editor 2

將下載到的壓縮檔解壓縮,位置隨意,也可以直接丟在桌面,再雙點擊副檔名為 EXE 的執行檔,啟動編輯器。

godot-install-editor - godot install editor 3

完成編輯器的安裝。

godot-install-editor - godot install editor 4

由於 Godot 不是用自動程式來安裝的,方便起見,我們可以將他釘選到開始功能表中,就不需要每次要用的時候還要去翻檔案。

godot-install-editor - godot install editor 5

點擊 Windows 鍵打開開始選單,就可以快速啟動 Godot。

godot-install-editor - godot install editor 6

到這裡,我們已經安裝好編輯器了,接下來當然是要來建立個專案來開發吧?請參考下一篇:建立新專案