chore: enable ETC2/ASTC texture compression for Android export

This commit is contained in:
Steven Wroblewski
2026-04-17 11:53:04 +02:00
parent f7c8a7ec03
commit ace7d722ed

View File

@@ -1,6 +1,10 @@
; Engine configuration file. ; Engine configuration file.
; It's best edited using the editor UI and not directly, ; 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 config_version=5
@@ -35,3 +39,4 @@ pointing/emulate_touch_from_mouse=true
renderer/rendering_method="gl_compatibility" renderer/rendering_method="gl_compatibility"
renderer/rendering_method.mobile="gl_compatibility" renderer/rendering_method.mobile="gl_compatibility"
textures/vram_compression/import_etc2_astc=true