Yeah, so I’m wondering, could I include some high res textures in my mobile game without it affecting performance too much?
Larger textures will use up more GPU memory, and sampling these will be more expensive.
Mipmaps and virtual texture streaming can help mitigate this - but in general, you should only import source textures as big as you actually need them to be on the lowest mip level.