Hi, I’m using the “Download Image” node to get images from a URL and apply them as textures. This works fine in the editor, but when I run a HTML package of the game it instantly fails (i.e. the ‘On Fail’ path is triggered and no image downloaded).
Is there a reason this node wouldn’t work in a HTML package? Any suggestions on getting this to work would be fantastic, there’s very little information around regarding this node.
I’ve attached an image of my current code below.