From e30acd2be80d7be6aded8f7c548d193bd4918d43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 17 Jun 2025 16:37:58 +0200 Subject: [PATCH] SCons: Enable `lightmapper` and `xatlas_unwrap` modules on Android and iOS editors Fixes #94297. Fixes #107398. --- modules/lightmapper_rd/config.py | 2 +- modules/xatlas_unwrap/config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/lightmapper_rd/config.py b/modules/lightmapper_rd/config.py index ecc61c2d7eb..eb565b85b90 100644 --- a/modules/lightmapper_rd/config.py +++ b/modules/lightmapper_rd/config.py @@ -1,5 +1,5 @@ def can_build(env, platform): - return env.editor_build and platform not in ["android", "ios"] + return env.editor_build def configure(env): diff --git a/modules/xatlas_unwrap/config.py b/modules/xatlas_unwrap/config.py index ecc61c2d7eb..eb565b85b90 100644 --- a/modules/xatlas_unwrap/config.py +++ b/modules/xatlas_unwrap/config.py @@ -1,5 +1,5 @@ def can_build(env, platform): - return env.editor_build and platform not in ["android", "ios"] + return env.editor_build def configure(env):