I'm trying to download some png's from urls, but the file size for some of them is almost 2mb which results in a long time for unity to grab and process them. If it was a jpg I could easily pass in parameters (https://img.jpg?w=512 &h=512) is there any way I can do something similar to a png?
↧