Hi everyone,
I want to add images to my game. Issue is that I want to keep it as jpg as it is smaller in size as compared to png. Issue is that as soon I upload image, it gets converted into png which increases the size of the game.
Currently I add jpg images in files & "load it from URL". But it takes time & hence overall it looks laggy
Any idea how can I preserve format of my image so that size of game does not increase?