mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-16 13:30:07 +01:00
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.
This commit is contained in:
@@ -29,4 +29,5 @@ multithread/thread_rid_pool_prealloc=60
|
||||
|
||||
[rendering]
|
||||
|
||||
vram_compression/import_etc2=false
|
||||
quality/filters/msaa=2
|
||||
|
||||
Reference in New Issue
Block a user