Godot: Difference between revisions

Migration of Godot-Mono to discrete article.
Apia (talk | contribs)
m fix typo
 
(2 intermediate revisions by 2 users not shown)
Line 12: Line 12:
On Godot upgrade, the new export template can be automatically provisioned this way:
On Godot upgrade, the new export template can be automatically provisioned this way:


<code>home.file.".local/share/godot/export_templates/${builtins.replaceStrings [ "-" ] [ "." ] pkgs.godot_4-export-templates.version}".source = pkgs.godot_4-export-templates;</code>
<code>home.file.".local/share/godot/export_templates".source = "${pkgs.godot_4-export-templates-bin}/share/godot/export_templates";</code>


=== Android Export Target ===
=== Android Export Target ===
Line 35: Line 35:


[[Category:Applications]]
[[Category:Applications]]
[[Category:IDE]]