¿HOW TO Open files with SPACES in the NAME?

Hi! I have a problem loading an image from WWW(url)

The url is a string with spaces because the file name has spaces.

How could I download it properly? I have tried WWW.EscapeURL(url) but it doesn’t work for Windows.

Thank you all!

Do you have some debugging or logs to share? Screenshots? I was able to escape a url string without any issues as you can see:

You may want to set a break point and check the output from the EscapeURL method. But it does appear to work in the past and in the currentish version.