I'm planning on using the snapshot feature to make a seamless transition between 2 layouts, however from experience, loading image from URL will store said image in the untouchable memory cache.
Should I expect memory use to increase for every time this transition is made in-game, as the canvas snapshot will be renewed each time, or can I update the sprite with no worries?
Cheers.