I'm trying to get this working: http://www.unifycommunity.com/wiki/index.php?title=Server_Side_Highscores
After following the instructions on that page I got this error: Assets/HSController.js(13,14): BCE0005: Unknown identifier: 'Md5'.
I found this post with the same problem: http://forum.unity3d.com/threads/45500-Server-Side-Highscores-tutorial-Unknown-identifier-Md5
And someone suggested looking at this wiki entry for MD5: http://www.unifycommunity.com/wiki/index.php?title=MD5
On that wiki it says to "placed (the c# code) in your static-only utility class". I didn't know where to find that class so I tried the .js version of the code and got the following error: Assets/md5functions.js(6,34): BCE0023: No appropriate version of 'System.Text.UTF8Encoding.GetBytes' for the argument list '(Object)' was found.
So my questions. Where is the "static-only utility class"? and/or How can I avoid the md5functions.js error?
Thanks!!