The question is two fold:
What happens on a device when a texture is too large for it to handle? Will it crash or simply downsize it?
In Unity if I use texture atlases of size 4k and then set
Texture Quality
in theQuality settings
as half res will it run normally on devices with maximum texture size of 2k?