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.
This commit is contained in:
Hugo Locurcio 2020-01-23 01:30:39 +01:00
parent f2d3712743
commit bfa39b2b8e
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C

View File

@ -226,4 +226,5 @@ file_logging/enable_file_logging=true
[rendering]
vram_compression/import_etc2=false
environment/default_environment="res://default_env.tres"