Forráskód Böngészése

SCons: Enable `lightmapper` and `xatlas_unwrap` modules on Android and iOS editors

Fixes #94297.
Fixes #107398.
Rémi Verschelde 2 hónapja
szülő
commit
e30acd2be8
2 módosított fájl, 2 hozzáadás és 2 törlés
  1. 1 1
      modules/lightmapper_rd/config.py
  2. 1 1
      modules/xatlas_unwrap/config.py

+ 1 - 1
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):

+ 1 - 1
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):