Multiple textures resolutions in Godot

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By JayJay99

Can I Change the texture resolution inside Godot or do I have to change before importing? I saw that before the 3.0 release there was an option for decreasing the resolution by 2x, there is an workaround for this now? Or there is any expectation for the Godot 4 to handle this?

I saw that before the 3.0 release there was an option for decreasing the resolution by 2x, there is an workaround for this now?

Run-time texture size halving is still supported in 3.x, but it may be removed in 4.0.

Note that unlike using Size Limit in the Import dock, run-time texture size halving only affects memory usage. It won’t reduce the game’s install size since full-resolution textures are still included in the exported PCK.

Calinou | 2021-07-22 08:34

:bust_in_silhouette: Reply From: JayJay99

I changed the texture size with the property “Size Limit” in the “Import” tab