mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
Since the instructions are basically identical to iOS, this links to the respective iOS exporting/compiling pages (with a reminder that visionOS support is still limited for now).
33 lines
685 B
ReStructuredText
33 lines
685 B
ReStructuredText
:allow_comments: False
|
|
|
|
.. _doc_export_index:
|
|
|
|
Export
|
|
======
|
|
|
|
.. seealso::
|
|
|
|
This section is about exporting a build of your project. If you're trying
|
|
to export properties from a script, see :ref:`doc_gdscript_exports` or
|
|
:ref:`doc_c_sharp_exports`.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:name: toc-learn-workflow-export
|
|
|
|
exporting_projects
|
|
exporting_pcks
|
|
feature_tags
|
|
exporting_for_windows
|
|
exporting_for_linux
|
|
exporting_for_macos
|
|
exporting_for_android
|
|
exporting_for_ios
|
|
exporting_for_visionos
|
|
exporting_for_web
|
|
changing_application_icon_for_windows
|
|
running_on_macos
|
|
android_gradle_build
|
|
one-click_deploy
|
|
exporting_for_dedicated_servers
|