「Godot Engine」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
(→‎参照: 複数の項目を英語版より転載)
(→‎インストール: 英語版より転載)
4行目: 4行目:
   
 
== インストール ==
 
== インストール ==
  +
{{AUR|godot}} または、開発版の {{AUR|godot-git}} をインストールしてください。
=== 安定版 ===
 
[[AUR]] パッケージの {{AUR|godot}} をインストールするか [http://godotengine.org/download ダウンロードページ] からダウンロードしてください。
 
   
=== 最新の Git 版 ===
+
=== Legacy version ===
  +
AUR からインストールしたい場合、{{AUR|godot-git}} パッケージを使ってください。手動でコンパイルしたい場合、公式ドキュメントの [http://docs.godotengine.org/en/latest/reference/compiling_for_linux.html このページ] を参照。
 
  +
{{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.}}
  +
  +
To use version 2 of the engine, install the {{AUR|godot2}} package.
  +
  +
=== Mono version ===
  +
  +
If you want to use C# as a scripting language, install the mono version {{AUR|godot-mono-bin}}.
   
 
=== テンプレートのエクスポート ===
 
=== テンプレートのエクスポート ===

2020年9月13日 (日) 09:18時点における版

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

インストール

godotAUR または、開発版の godot-gitAUR をインストールしてください。

Legacy version

ノート: 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.

To use version 2 of the engine, install the godot2AUR package.

Mono version

If you want to use C# as a scripting language, install the mono version godot-mono-binAUR.

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

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

参照