From bfa39b2b8e2d31f3c35dc90cf3d180cacd63078f Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Thu, 23 Jan 2020 01:30:39 +0100 Subject: [PATCH] Disable ETC2 texture importing to speed up the initial project import ETC2 is only used on mobile platforms with GLES3, which is poorly supported there anyway. --- project.godot | 1 + 1 file changed, 1 insertion(+) diff --git a/project.godot b/project.godot index 9815f67..64eb260 100644 --- a/project.godot +++ b/project.godot @@ -226,4 +226,5 @@ file_logging/enable_file_logging=true [rendering] +vram_compression/import_etc2=false environment/default_environment="res://default_env.tres"