I have a string and want to convert the individual characters to Unicode or ASCII. I was hoping to find a method like charCodeAt() on a string but it does not seem to exist in Unity. How do you do the equivalent in Unity’s Javascript?
I have a string and want to convert the individual characters to Unicode or ASCII. I was hoping to find a method like charCodeAt() on a string but it does not seem to exist in Unity. How do you do the equivalent in Unity’s Javascript?