Browse Source

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.
Hugo Locurcio 5 years ago
parent
commit
d191bf5558
1 changed files with 1 additions and 0 deletions
  1. 1 0
      3d/material_testers/project.godot

+ 1 - 0
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