From ace7d722ed34a5ee7e15af3fe27bfb2cb9bfe5b5 Mon Sep 17 00:00:00 2001 From: Steven Wroblewski Date: Fri, 17 Apr 2026 11:53:04 +0200 Subject: [PATCH] chore: enable ETC2/ASTC texture compression for Android export --- project.godot | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/project.godot b/project.godot index 373bb56..5a25486 100644 --- a/project.godot +++ b/project.godot @@ -1,6 +1,10 @@ ; Engine configuration file. ; It's best edited using the editor UI and not directly, -; but this is the source of truth for engine configuration. +; since the parameters that go here are not all obvious. +; +; Format: +; [section] ; section goes between [] +; param=value ; assign values to parameters config_version=5 @@ -35,3 +39,4 @@ pointing/emulate_touch_from_mouse=true renderer/rendering_method="gl_compatibility" renderer/rendering_method.mobile="gl_compatibility" +textures/vram_compression/import_etc2_astc=true