Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
EditorExportPlatformLinuxBSD
Hereda: EditorExportPlatformPC < EditorExportPlatform < RefCounted < Object
Exportador para Linux/BSD.
Tutoriales
Propiedades
Descripciones de Propiedades
String binary_format/architecture 🔗
Arquitectura del ejecutable de la aplicación.
Arquitecturas admitidas: x86_32, x86_64, arm64, arm32, rv64, ppc64 y loongarch64.
Las plantillas de exportación oficiales incluyen solo binarios x86_32, x86_64, arm32 y arm64.
bool binary_format/embed_pck 🔗
Si es true, los recursos del proyecto se incrustan en el ejecutable.
String custom_template/debug 🔗
Ruta a la plantilla de exportación personalizada. Si se deja vacío, se utiliza la plantilla predeterminada.
String custom_template/release 🔗
Ruta a la plantilla de exportación personalizada. Si se deja vacío, se utiliza la plantilla predeterminada.
int debug/export_console_wrapper 🔗
Si es true, se exporta un envoltorio de consola junto con el ejecutable principal, lo que permite ejecutar el proyecto con la salida de la consola habilitada.
If true, shaders will be compiled and embedded in the application. This option is only supported when using the Forward+ or Mobile renderers.
Note: When exporting as a dedicated server, the shader baker is always disabled since no rendering is performed.
String ssh_remote_deploy/cleanup_script 🔗
Script code to execute on the remote host when app is finished.
The following variables can be used in the script:
{temp_dir}- Path of temporary folder on the remote, used to upload app and scripts to.{archive_name}- Name of the ZIP containing uploaded application.{exe_name}- Name of application executable.{cmd_args}- Array of the command line argument for the application.
bool ssh_remote_deploy/enabled 🔗
Permite la implementación remota mediante SSH/SCP.
String ssh_remote_deploy/extra_args_scp 🔗
Array de argumentos de línea de comando adicionales pasados al SCP.
String ssh_remote_deploy/extra_args_ssh 🔗
Array de los argumentos adicionales de la línea de comandos que se pasan a SSH.
String ssh_remote_deploy/host 🔗
Nombre de usuario y dirección SSH del host remoto, en formato usuario@dirección.
String ssh_remote_deploy/port 🔗
Número de puerto SSH del host remoto.
String ssh_remote_deploy/run_script 🔗
Script code to execute on the remote host when running the app.
The following variables can be used in the script:
{temp_dir}- Path of temporary folder on the remote, used to upload app and scripts to.{archive_name}- Name of the ZIP containing uploaded application.{exe_name}- Name of application executable.{cmd_args}- Array of the command line argument for the application.
bool texture_format/etc2_astc 🔗
Si true, las texturas del proyecto se exportan en formato ETC2/ASTC.
bool texture_format/s3tc_bptc 🔗
Si true, las texturas del proyecto se exportan en formato S3TC/BPTC.