i found this login system how would i get it to work?

http://forum.unity3d.com/threads/22703-Menu-system-(contains-Login-system-plus-extras)

ok so i found this log in system on the unity forums so i set it up to try and get it to work and i even got the passwordField( unifycommunity.com ) scripts (even if it says its not technically needed since its already built into unity but i think the script needs it)
i get the same errors unknown identifier md5 which im fairly sure i know what that means

EDIT: is there any alternatives or a way to get md5 working? or do i need to do something else?

anyway basically i was wondering if there was a work around or something to not get this error i prefer c# and all of this is in java(script) so im not 100% about anything

thanks for any help , i have no idea where to start…

First of all, no it isn’t in Java. Unity does not use Java. Unity uses Unityscript, which is a modified version of Javascript. They are both completely different languages.

Second of all, while looking through the thread, someone said you have to include the MD5 script from the Unify Wiki as well. So get the Javascript version of this script from here and then I believe what you do is you create a new Javascript file named md5.js and include that static function.

Not so sure if that will work, but we shall see. :wink:

Hope that helps, Klep