From b47f131797c561c8b8ea091f5ce87e0f6efc4125 Mon Sep 17 00:00:00 2001 From: Voyager Date: Mon, 3 Aug 2026 03:15:49 -0400 Subject: [PATCH] Enable Android texture compression --- project.godot | 1 + 1 file changed, 1 insertion(+) diff --git a/project.godot b/project.godot index 44982cc..9c0fd9a 100644 --- a/project.godot +++ b/project.godot @@ -223,3 +223,4 @@ alternate_fishing={ rendering_device/driver.windows="d3d12" renderer/rendering_method="gl_compatibility" renderer/rendering_method.mobile="gl_compatibility" +textures/vram_compression/import_etc2_astc=true