From 52a8e988c64916883afbcde273d2b31eb523bb21 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Thu, 11 Sep 2025 16:35:26 +0200 Subject: [PATCH] Document baking lightmaps on Android in Using Lightmap global illumination This is supported since 4.5. --- tutorials/3d/global_illumination/using_lightmap_gi.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorials/3d/global_illumination/using_lightmap_gi.rst b/tutorials/3d/global_illumination/using_lightmap_gi.rst index 74f85b0dd20..a19c05b7c10 100644 --- a/tutorials/3d/global_illumination/using_lightmap_gi.rst +++ b/tutorials/3d/global_illumination/using_lightmap_gi.rst @@ -76,9 +76,9 @@ Setting up .. warning:: - Baking lightmaps in the Android and web editors is not supported due to - graphics API limitations on those devices. On Android and web platforms, - only *rendering* lightmaps that were baked on a desktop PC is supported. + Baking lightmaps in the web editors is not supported due to + graphics API limitations. On the web platform, only *rendering* lightmaps + that were baked on a different platform is supported. .. note::