Say we have a sprite sheet texture of about 4096x4096, to improve the perfomance can I downgrade the resolution of the sprite during runtime of the game, or I would need to re-import all assets with another texture of half the resolution of the original?
The goal is to improve perfomance. Someone suggested me to just use scale 0.50, but I don't think that's how video memory is allocated to the textures.