From d191bf55587bb735f63a48df60481efe64efd45b Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sat, 4 Jan 2020 00:19:16 +0100 Subject: [PATCH] Disable ETC2 texture compression in the Material Testers demo Importing ETC2 textures is slow and requires a lot of RAM, so it makes sense to disable it. Those who would like to run the demo on mobile platforms can re-enable it in the Project Settings. --- 3d/material_testers/project.godot | 1 + 1 file changed, 1 insertion(+) diff --git a/3d/material_testers/project.godot b/3d/material_testers/project.godot index 9c42a25a..3413f8a8 100644 --- a/3d/material_testers/project.godot +++ b/3d/material_testers/project.godot @@ -29,4 +29,5 @@ multithread/thread_rid_pool_prealloc=60 [rendering] +vram_compression/import_etc2=false quality/filters/msaa=2