Link to class reference for each platform that can be exported to

Each page provides a list of all export options for the given platform,
which can be searched through using Ctrl + F. While this information
is also available in the editor by hovering export option names, it can't
be quickly searched through.
This commit is contained in:
Hugo Locurcio
2025-03-31 22:17:41 +02:00
parent da75dd1b98
commit c4c6d356cc
6 changed files with 44 additions and 8 deletions
@@ -186,3 +186,9 @@ the export menu.
- ``GODOT_ANDROID_KEYSTORE_RELEASE_USER``
* - Options / Keystore / Release Password
- ``GODOT_ANDROID_KEYSTORE_RELEASE_PASSWORD``
Export options
--------------
You can find a full list of export options available in the
:ref:`class_EditorExportPlatformAndroid` class reference.
+6
View File
@@ -161,3 +161,9 @@ To fix xcode-select pointing at a wrong location, enter this command in Terminal
sudo xcode-select -switch /Applications/Xcode.app
After running this command, Godot should be able to successfully export to iOS.
Export options
--------------
You can find a full list of export options available in the
:ref:`class_EditorExportPlatformIOS` class reference.
+6
View File
@@ -32,3 +32,9 @@ the export menu.
- Environment variable
* - Encryption / Encryption Key
- ``GODOT_SCRIPT_ENCRYPTION_KEY``
Export options
--------------
You can find a full list of export options available in the
:ref:`class_EditorExportPlatformLinuxBSD` class reference.
+6
View File
@@ -251,3 +251,9 @@ the export menu.
- ``GODOT_MACOS_NOTARIZATION_APPLE_ID_NAME``
* - Options / Notarization / Apple ID Password
- ``GODOT_MACOS_NOTARIZATION_APPLE_ID_PASSWORD``
Export options
--------------
You can find a full list of export options available in the
:ref:`class_EditorExportPlatformMacOS` class reference.
+6
View File
@@ -445,3 +445,9 @@ the export menu.
- Environment variable
* - Encryption / Encryption Key
- ``GODOT_SCRIPT_ENCRYPTION_KEY``
Export options
--------------
You can find a full list of export options available in the
:ref:`class_EditorExportPlatformWeb` class reference.
@@ -76,3 +76,9 @@ the export menu.
- ``GODOT_WINDOWS_CODESIGN_IDENTITY``
* - Options / Codesign / Password
- ``GODOT_WINDOWS_CODESIGN_PASSWORD``
Export options
--------------
You can find a full list of export options available in the
:ref:`class_EditorExportPlatformWindows` class reference.