On the Unity support website it says:
// This will print the string "Testing%201%2C2%2C3" to the console
print(WWW.EscapeURL("Testing 1,2,3"));
When I try this on a Mac build I get the result:
Testing+1,2,3
This is a pain as I am using WWW.EscapeURL and mailto command and I’m getting an email full of "+"s instead of spaces. Not ideal. Anybody know how to fix this or an alternative to use?
I have the same problem. Have you find the answer?
– hvilela