saving a jpg image in a project using Persistent data path when it is loaded as a texture from URL
Hi guys, I am loading a Jpg images as a Texture for a model individually,for each button click.and if i click another button in which it loads previous images.But here the problem is, it loads from the server every time when i click button. i want to store in locally till the app exits so that once it downloaded when ever i want that texture i can use it form locally(instead of loading from server every time). once the app exits then saved images should be deleted. I tried to do it using persistent data load but i cant figure it.please help me ..........
Comment