-
I have a 4k texture, but I set the maximum size in game 2k. If I pack the project, will it be packed to the maximum 2k or 4k? if he packedge textures 4 k
how to reduce it to 2k in UE5? -
What is “availability” and what to install GPU or CPU?
P.S thx for the help
With these settings when packed the texture will be 2k reducing install size and also reducing VRAM requirements.
The availability should be set to GPU unless you have special requirements to do lookups into the texture using the CPU - reading the colour of texels for example.
Good luck!