「Godot Engine」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
(→‎インストール: 英語版より転載)
(→‎参照: 翻訳)
 
(同じ利用者による、間の3版が非表示)
4行目: 4行目:
   
 
== インストール ==
 
== インストール ==
{{AUR|godot}} または、開発版の {{AUR|godot-git}} をインストールしてください
+
{{AUR|godot}} または、開発版の {{AUR|godot-git}} を[[インストール]] ます
   
=== Legacy version ===
+
=== レガシーバージョン ===
   
  +
{{Note|新しいプロジェクトに godot 2 を使用することはお勧めしません。レガシープロジェクトのみにこれを使用し、これらを Godot Engine の最新バージョンに移植することを検討してください。}}
{{Note|Using godot 2 is not recommended for new projects. Only use this for legacy projects and consider porting these to the latest version of the Godot Engine.}}
 
   
  +
エンジンのバージョン 2 を使用するには、{{AUR|godot2}} パッケージをインストールしてください。
To use version 2 of the engine, install the {{AUR|godot2}} package.
 
   
=== Mono version ===
+
=== Mono バージョン ===
   
  +
C# をスクリプト言語として使用したい場合は、mono バージョン {{AUR|godot-mono-bin}} をインストールしてください。
If you want to use C# as a scripting language, install the mono version {{AUR|godot-mono-bin}}.
 
   
 
=== テンプレートのエクスポート ===
 
=== テンプレートのエクスポート ===
20行目: 20行目:
   
 
== 参照 ==
 
== 参照 ==
  +
* [[wikipedia:Godot (game engine)|Godot (game engine) on Wikipedia]]
 
  +
* [[wikipedia:Godot (game engine)|Wikipedia の Godot (ゲームエンジン)]]
* [http://docs.godotengine.org/en/stable/ Godot documentation]
 
* [https://github.com/godotengine/godot Godot source code]
+
* [https://godot.readthedocs.io/en/stable/ Godot ドキュメント]
  +
* [https://github.com/godotengine/godot Godot ソースコード]
* [https://willnationsdev.wordpress.com/2017/07/21/godot-the-game-changer-for-gamedevs/ Godot: the Game-Changer for GameDevs] - Introduction and comparison with other engines
 
  +
* [https://willnationsdev.wordpress.com/2017/07/21/godot-the-game-changer-for-gamedevs/ Godot: ゲーム開発者にとってのゲームチェンジャー] - 他のエンジンとの比較を含む紹介
* [https://github.com/Calinou/awesome-godot/ awesome-godot] - free/libre plugins, scripts and add-ons for Godot
 
* [https://www.reddit.com/r/godot/ /r/godot] community on reddit.com
+
* [https://github.com/godotengine/awesome-godot awesome-godot] - Godot の無料/リブレなプラグイン、スクリプト、アドオン
* [https://www.youtube.com/user/Link4ns/playlists Godot Engine Resources tutorials]
+
* [https://www.reddit.com/r/godot/ /r/godot] reddit.com 上のコミュニティ
* [https://www.youtube.com/playlist?list=PLS9MbmO_ssyAXRl-_ktrebQBFxjSQt7UX Gamesfromscratch video tutorials]
+
* [https://www.youtube.com/user/Link4ns/playlists Godot Engine Resources チュートリアル]
* [https://www.youtube.com/channel/UCNaPQ5uLX5iIEHUCLmfAgKg/playlists KidsCanCode video tutorials]
+
* [https://www.youtube.com/playlist?list=PLS9MbmO_ssyAXRl-_ktrebQBFxjSQt7UX Gamesfromscratch ビデオチュートリアル]
* [https://www.youtube.com/user/ndee85/playlists Andreas Esau video tutorials]
+
* [https://www.youtube.com/channel/UCNaPQ5uLX5iIEHUCLmfAgKg/playlists KidsCanCode ビデオチュートリアル]
* [https://www.youtube.com/playlist?list=PL9FzW-m48fn1iR6WL4mjXtGi8P4TaPIAp Heartbeast video tutorials]
+
* [https://www.youtube.com/user/ndee85/playlists Andreas Esau ビデオチュートリアル]
* [https://www.youtube.com/channel/UCxboW7x0jZqFdvMdCFKTMsQ/playlists GDQuest video tutorials]
+
* [https://www.youtube.com/playlist?list=PL9FzW-m48fn1iR6WL4mjXtGi8P4TaPIAp Heartbeast ビデオチュートリアル]
* [https://www.youtube.com/playlist?list=PLjuYP3iuWoM2hLxtTfvsQA6FzOhRIUMOf Jose Moreno video tutorials]
+
* [https://www.youtube.com/channel/UCxboW7x0jZqFdvMdCFKTMsQ/playlists GDQuest ビデオチュートリアル]
  +
* [https://www.youtube.com/playlist?list=PLjuYP3iuWoM2hLxtTfvsQA6FzOhRIUMOf Jose Moreno ビデオチュートリアル]

2023年8月29日 (火) 20:36時点における最新版

Godot Engine はオープンソースのゲームエンジンです。

インストール

godotAUR または、開発版の godot-gitAURインストール します。

レガシーバージョン

ノート: 新しいプロジェクトに godot 2 を使用することはお勧めしません。レガシープロジェクトのみにこれを使用し、これらを Godot Engine の最新バージョンに移植することを検討してください。

エンジンのバージョン 2 を使用するには、godot2AUR パッケージをインストールしてください。

Mono バージョン

C# をスクリプト言語として使用したい場合は、mono バージョン godot-mono-binAUR をインストールしてください。

テンプレートのエクスポート

プロジェクトをエクスポートするには、ビルド済みのバイナリが必要になります。Git 版を使っている場合、ドキュメント に書かれているようにプラットフォームごとに自分でコンパイルする必要があります。安定版を使っている場合、Godot によって提供されているエクスポートテンプレートをインストールすることができます。右上のエンジンの設定アイコンをクリックして、"Install export templates" を押してダウンロードするテンプレートを選択してインストールしてください。

参照