WWW.texture vs WWW.textureNonReadable

What exactly are the differences between a readable texture and a non-readable texture, in the context of having one imported from the disk on runtime.

Readable textures take twice the amount of memory. If you are just uploading a texture and you aren’t going to read from it then save the extra by using textureNonReadable.