- Home /
urldecode function or library for Unity?
Is there something like PHP's urldecode()
function for use in Unity? If not, are there better ways to write such a function without using bruteforce .Replace() based on all the url encodings possible?
Answer by DaveA · Jun 29, 2011 at 08:07 AM
If this doesn't do it for you http://unity3d.com/support/documentation/ScriptReference/WWW.UnEscapeURL.html then there are some examples of using Replace you can find by Googling
mea culpa... i could've sworn i didn't see that function on the WWW reference page the moment before...
Your answer

Follow this Question
Related Questions
(solved)Pasing WWW data post/get to load gameobjects? 4 Answers
WWW & and strings in C# 1 Answer
Handle HTML response 0 Answers
place data locally from install 0 Answers
Would a WWW to a PHP file return the computers Info? 0 Answers